Ozeki VoIP SDK Class library
Connect Method (source, destination)
NamespacesOzeki.MediaMediaConnectorConnect(AudioHandler, AudioHandler)
Connects two AudioHandler objects. The media data will flow from the source to the destination.
Declaration Syntax
C#Visual BasicVisual C++
public bool Connect(
	AudioHandler source,
	AudioHandler destination
)
Public Function Connect ( 
	source As AudioHandler,
	destination As AudioHandler
) As Boolean
public:
bool Connect(
	AudioHandler^ source, 
	AudioHandler^ destination
)
Parameters
source (AudioHandler)
The media handler that sends the data.
destination (AudioHandler)
The media handler that receives the data.
Return Value
Boolean
False, if the source and destination is already connected. Otherwise true.

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