IMediaStrategyAddOrUpdateChannel Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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 Int32
-
- mediaStrategy ChannelMediaStrategy
-
See Also