fix: Permission to send video call
This commit is contained in:
parent
8c46fe9c5a
commit
a8680ba079
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue