Click or drag to resize

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
C#
public bool SelectAVIODevice(
	AVIODevice device
)

Parameters

device
Type: WebexSDKAVIODevice
the selected audio/video IO device. AVIODevice

Return Value

Type: Boolean
The result of select.True means select success, otherwise false.
Remarks
Since: 0.1.0
See Also