fix: Permission to send video call

This commit is contained in:
Christian Pauly 2021-03-28 09:31:16 +02:00
commit a8680ba079

View file

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