PhoneSelectAVIODevice Method |
Select an audio/video IO device
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public bool SelectAVIODevice(
AVIODevice device
)
Parameters
- device
- Type: WebexSDKAVIODevice
the selected audio/video IO device. AVIODevice
Return Value
Type:
BooleanThe result of select.True means select success, otherwise false.
Remarks Since: 0.1.0
See Also