diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 30e3ae0af..9c3ddc0b2 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -663,7 +663,7 @@ class _ChatState extends State { ), ] : [ - if (room.canSendDefaultMessages) + if (room.canSendDefaultStates) IconButton( tooltip: L10n.of(context).videoCall, icon: Icon(Icons.video_call_outlined),