Click or drag to resize
CallMediaManagerWrapper.SetInboundVideoTypes 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: System.String
videoTypes
Type: System.Collections.Generic.IEnumerable<VideoType>

Implements

ICallMediaManager.SetInboundVideoTypes(String, IEnumerable<VideoType>)
See Also