Click or drag to resize

ChannelMediaStrategy Constructor

Initializes a new instance of the ChannelMediaStrategy class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public ChannelMediaStrategy(
	int channelID,
	MediaType mediaType,
	Dictionary<int, ICodec> localCodecs,
	Dictionary<int, ICodec> remoteCodecs,
	Dictionary<int, Object> parameters = null
)

Parameters

channelID  Int32
 
mediaType  MediaType
 
localCodecs  DictionaryInt32, ICodec
 
remoteCodecs  DictionaryInt32, ICodec
 
parameters  DictionaryInt32, Object  (Optional)
 
See Also