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: 1.8.12.0 (1.8.12)
Syntax
void SetInboundVideoTypes(
	string sourceID,
	IEnumerable<VideoType> videoType
)

Parameters

sourceID
Type: SystemString
videoType
Type: System.Collections.GenericIEnumerableVideoType
See Also