Click or drag to resize

PhoneGetAVIODevices Method

Get audio/video IO devices

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
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: ListAVIODevice
List of audio/video IO devices.
Remarks
Since: 0.1.0
See Also