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.4.13.0
Syntax
void SetInboundAudioTypes(
	string sourceID,
	IEnumerable<AudioType> audioType
)

Parameters

sourceID  String
 
audioType  IEnumerableAudioType
 
See Also