ICallMediaManagerSetChannelConfig Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxbool SetChannelConfig(
CodecMediaType channelMediaType,
MediaChannelConfig config
)
Function SetChannelConfig (
channelMediaType As CodecMediaType,
config As MediaChannelConfig
) As Boolean
bool SetChannelConfig(
CodecMediaType channelMediaType,
MediaChannelConfig^ config
)
abstract SetChannelConfig :
channelMediaType : CodecMediaType *
config : MediaChannelConfig -> bool Parameters
- channelMediaType CodecMediaType
-
- config MediaChannelConfig
-
Return Value
Boolean
See Also