Connects two AudioHandler objects. The media data will flow from the source to the destination.
| C# | Visual Basic | Visual 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 )
- source (AudioHandler)
- The media handler that sends the data.
- destination (AudioHandler)
- The media handler that receives the data.
Boolean
False, if the source and destination is already connected. Otherwise true.
False, if the source and destination is already connected. Otherwise true.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649