PhoneGetAVIODevices Method |
Get audio/video IO devices
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public List<AVIODevice> GetAVIODevices(
AVIODeviceType type
)
Parameters
- type
- Type: WebexSDKAVIODeviceType
The type of audio/video IO device, such as microphone, speaker, camera, ringer. AVIODeviceType
Return Value
Type:
ListAVIODeviceList of audio/video IO devices.
Remarks Since: 0.1.0
See Also