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

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