Ozeki VoIP SDK Class library
AttachToCall Method (call)
NamespacesOzeki.Media.MediaHandlersPhoneCallVideoSenderAttachToCall(ICall)
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.
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