Click or drag to resize
CallMediaManagerWrapperSetInboundVideoTypes Method

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

Parameters

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

Implements

ICallMediaManagerSetInboundVideoTypes(String, IEnumerableVideoType)
See Also