ICallMediaManagerSetInboundVideoTypes Method |
Sets the video types that will handle the media manager.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void 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
- Type: SystemString
- videoType
- Type: System.Collections.GenericIEnumerableVideoType
See Also