Skip to content

Commit e7114d3

Browse files
authored
Update main.dart
1 parent 0502639 commit e7114d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class _MyAppState extends State<HomePage> {
103103
print(
104104
'[didPerformSetMutedCallAction] ${event.callUUID}, number: $number (${event.muted})');
105105

106-
//setCallMuted(event.callUUID, event.muted);
106+
setCallMuted(event.callUUID, event.muted);
107107
}
108108

109109
Future<void> didToggleHoldCallAction(

0 commit comments

Comments
 (0)