Click or drag to resize
PhoneCallVideoSenderAttachToCall Method
Attaches the object to a call and so it can send media data to the call. If the PhoneCallAudioSender is already attached to a 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