join method

void join()

Join an existing room

Implementation

void join() {
  _connect('join');
}