Click or drag to resize

ICallMediaManagerSetInboundAudioTypes Method

Sets the audio types that will handle the media manager.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void SetInboundAudioTypes(
	string sourceID,
	IEnumerable<AudioType> audioType
)

Parameters

sourceID
Type: SystemString
audioType
Type: System.Collections.GenericIEnumerableAudioType
See Also