TTMSFNCWXWebRTCDevices.GetDeviceByID Method
Finds the device whose identifier matches the given value.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXWebRTCDevices
Syntax
function GetDeviceByID(AID: string): TTMSFNCWXWebRTCDevice;
Parameters
| Name | Description |
|---|---|
AID |
The device identifier to search for. |
Returns
The matching device, or nil when no device has the given identifier.