isJoined method

bool isJoined()

Implementation

bool isJoined() {
  return _state == ChannelStates.joined;
}