callChannelJoined property

bool get callChannelJoined

Implementation

bool get callChannelJoined {
  return _callChannel?.isJoined ?? false;
}