fix: Permission to send video call

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

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),