Click or drag to resize
AbstractCallMediaManagerSetInboundAudioTypes Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract void SetInboundAudioTypes(
	string sourceID,
	IEnumerable<AudioType> audioTypes
)

Parameters

sourceID
Type: SystemString
audioTypes
Type: System.Collections.GenericIEnumerableAudioType

Implements

ICallMediaManagerSetInboundAudioTypes(String, IEnumerableAudioType)
See Also