| IMediaStrategyAddOrUpdateChannel Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxvoid AddOrUpdateChannel(
	int channelId,
	ChannelMediaStrategy mediaStrategy
)
Sub AddOrUpdateChannel ( 
	channelId As Integer,
	mediaStrategy As ChannelMediaStrategy
)
void AddOrUpdateChannel(
	int channelId, 
	ChannelMediaStrategy^ mediaStrategy
)
abstract AddOrUpdateChannel : 
        channelId : int * 
        mediaStrategy : ChannelMediaStrategy -> unit 
Parameters
- channelId
 - Type: SystemInt32
 - mediaStrategy
 - Type: Ozeki.MediaChannelMediaStrategy
 
See Also