disconnect method

void disconnect()

Disconnects from the conference.

Implementation

void disconnect() {
  _invokeMethod('disconnect');
}