Click or drag to resize

AbstractCallMediaManagerSetInboundVideoTypes Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public abstract void SetInboundVideoTypes(
	string sourceID,
	IEnumerable<VideoType> videoTypes
)

Parameters

sourceID
Type: SystemString
videoTypes
Type: System.Collections.GenericIEnumerableVideoType

Implements

ICallMediaManagerSetInboundVideoTypes(String, IEnumerableVideoType)
See Also