Click or drag to resize
PhoneCallVideoReceiverAttachToCall Method
Attaches the object to a call so it can receive media data from that call. If the PhoneCallVideoReceiver is already attached to an active call, it will be detached from it first.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void AttachToCall(
	IOzPhoneCall call
)

Parameters

call
Type: Ozeki.VoIPIOzPhoneCall
The call object to attach the listener.

Implements

IPhoneCallAttachableAttachToCall(IOzPhoneCall)
See Also