Ozeki VoIP SDK Class library
Disconnect Method (source, destination)
NamespacesOzeki.MediaMediaConnectorDisconnect(AudioHandler, AudioHandler)
Closes the connection between two media handlers.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
source (AudioHandler)
The source media handler.
destination (AudioHandler)
The destination media handler.
Return Value
Boolean
False, if the source and destination is not connected. Otherwise true.

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