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: 1.8.12.0 (1.8.12)
Syntax
void SetInboundAudioTypes(
	string sourceID,
	IEnumerable<AudioType> audioType
)

Parameters

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