connect method

void connect()

Connects to the conference.

Implementation

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