Skip to content

Commit c2e0128

Browse files
committed
Update docs
1 parent d888a13 commit c2e0128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_internal/twilio_voice_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ class Call extends MethodChannelTwilioCall {
645645
return Future.value(false);
646646
}
647647

648-
/// Not currently implemented for web
648+
/// Toggle mute on/off. Returns true if successful, false otherwise.
649649
@override
650650
Future<bool?> toggleMute(bool isMuted) async {
651651
Logger.logLocalEvent(isMuted ? "Mute" : "Unmute", prefix: "");

0 commit comments

Comments
 (0)