ICallMediaManagerSetChannelConfig Method |
Sets the specified configuration to a media channel.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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
- The media type of the channel.
- config MediaChannelConfig
- The config of the media channel.
Return Value
BooleanTrue, if successfully set; otherwise false.
See Also