disconnect method
void
disconnect()
Disconnects from the conference.
Implementation
void disconnect() {
_invokeMethod('disconnect');
}
Disconnects from the conference.
void disconnect() {
_invokeMethod('disconnect');
}