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