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: 10.3.199.0
Syntax
public void AttachToCall(
	IOzPhoneCall call
)

Parameters

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

Implements

IPhoneCallAttachableAttachToCall(IOzPhoneCall)
See Also