join method
Implementation
Future<void> join() async {
await _joinInternal(
_conferenceId, !_isMuteMicrophone, _isOpenCamera, _isSoundOnSpeaker);
}
Future<void> join() async {
await _joinInternal(
_conferenceId, !_isMuteMicrophone, _isOpenCamera, _isSoundOnSpeaker);
}