Closes the connection between two media handlers.
| C# | Visual Basic | Visual C++ |
public bool Disconnect( AudioHandler source, AudioHandler destination )
Public Function Disconnect ( source As AudioHandler, destination As AudioHandler ) As Boolean
public: bool Disconnect( AudioHandler^ source, AudioHandler^ destination )
- source (AudioHandler)
- The source media handler.
- destination (AudioHandler)
- The destination media handler.
Boolean
False, if the source and destination is not connected. Otherwise true.
False, if the source and destination is not connected. Otherwise true.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649