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 [!:PhoneCallMediaReceiver] 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) Version: 10.0.6.243