ICallMediaManagerSetInboundAudioTypes Method |
Sets the audio types that will handle the media manager.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid SetInboundAudioTypes(
string sourceID,
IEnumerable<AudioType> audioType
)
Sub SetInboundAudioTypes (
sourceID As String,
audioType As IEnumerable(Of AudioType)
)
void SetInboundAudioTypes(
String^ sourceID,
IEnumerable<AudioType>^ audioType
)
abstract SetInboundAudioTypes :
sourceID : string *
audioType : IEnumerable<AudioType> -> unit
Parameters
- sourceID String
-
- audioType IEnumerableAudioType
-
See Also