Connects two AudioHandler objects. The media data will flow from the source to the destination.
| C# | Visual Basic | Visual 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 )
- source (VideoHandler)
- The media handler that sends the data.
- destination (VideoHandler)
- The media handler that receives the data.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649