isMicrophoneEnabled method Null safety

bool isMicrophoneEnabled()

Implementation

bool isMicrophoneEnabled() {
  return !(getTrackPublicationBySource(TrackSource.microphone)?.muted ??
      true);
}