Ozeki VoIP SDK Class library
AttachToCall Method (call)
NamespacesOzeki.Media.MediaHandlersPhoneCallAudioReceiverAttachToCall(ICall)
Attaches the object to a call so it can receive media data from that call. If the PhoneCallAudioReceiver is already attached to an active call, it will be detached from it first.
Declaration Syntax
C#Visual BasicVisual C++
public void AttachToCall(
	ICall call
)
Public Sub AttachToCall ( 
	call As ICall
)
public:
virtual void AttachToCall(
	ICall^ call
) sealed
Parameters
call (ICall)
The call object to attach the listener.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290