Click or drag to resize

PhoneCallAudioSenderAttachToCall 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.4.54.0
Syntax
public void AttachToCall(
	IOzPhoneCall call
)

Parameters

call  IOzPhoneCall
The call object to attach the listener.

Implements

IPhoneCallAttachableAttachToCall(IOzPhoneCall)
See Also