We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d888a13 commit c2e0128Copy full SHA for c2e0128
lib/_internal/twilio_voice_web.dart
@@ -645,7 +645,7 @@ class Call extends MethodChannelTwilioCall {
645
return Future.value(false);
646
}
647
648
- /// Not currently implemented for web
+ /// Toggle mute on/off. Returns true if successful, false otherwise.
649
@override
650
Future<bool?> toggleMute(bool isMuted) async {
651
Logger.logLocalEvent(isMuted ? "Mute" : "Unmute", prefix: "");
0 commit comments