ICallMediaManagerSetInboundVideoTypes Method |
Sets the video types that will handle the media manager.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid SetInboundVideoTypes(
string sourceID,
IEnumerable<VideoType> videoType
)
Sub SetInboundVideoTypes (
sourceID As String,
videoType As IEnumerable(Of VideoType)
)
void SetInboundVideoTypes(
String^ sourceID,
IEnumerable<VideoType>^ videoType
)
abstract SetInboundVideoTypes :
sourceID : string *
videoType : IEnumerable<VideoType> -> unit
Parameters
- sourceID String
-
- videoType IEnumerableVideoType
-
See Also