Click or drag to resize

ICallMediaManagerSetChannelConfig Method

Sets the specified configuration to a media channel.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
bool SetChannelConfig(
	CodecMediaType channelMediaType,
	MediaChannelConfig config
)

Parameters

channelMediaType  CodecMediaType
The media type of the channel.
config  MediaChannelConfig
The config of the media channel.

Return Value

Boolean
True, if successfully set; otherwise false.
See Also