isJoining method

bool isJoining()

Implementation

bool isJoining() {
  return _state == ChannelStates.joining;
}