Click or drag to resize

ICallMediaManagerSetInboundVideoTypes Method

Sets the video types that will handle the media manager.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
void SetInboundVideoTypes(
	string sourceID,
	IEnumerable<VideoType> videoType
)

Parameters

sourceID  String
 
videoType  IEnumerableVideoType
 
See Also