toggleMicrophonePublishingEnabled method Null safety

Future<void> toggleMicrophonePublishingEnabled()

Implementation

Future<void> toggleMicrophonePublishingEnabled() =>
    setPublishingEnabled(microphone: !publishing.microphone.isPublishing);