fix: Permission to send video call

This commit is contained in:
Christian Pauly 2021-03-28 09:31:16 +02:00
parent 49d5f867c9
commit 4de6d16456
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ class _ChatState extends State<Chat> {
),
]
: <Widget>[
if (room.canSendDefaultMessages)
if (room.canSendDefaultStates)
IconButton(
tooltip: L10n.of(context).videoCall,
icon: Icon(Icons.video_call_outlined),