🐛 Bug fixes in call

This commit is contained in:
2024-12-16 19:57:00 +08:00
parent 6d0f62016a
commit d98f6c8d18
5 changed files with 17 additions and 11 deletions

View File

@ -158,7 +158,7 @@ class _ChatRoomScreenState extends State<ChatRoomScreen> {
GoRouter.of(context).pushNamed(
'chatCallRoom',
pathParameters: {
'scope': _channel!.realm!.alias,
'scope': _channel!.realm?.alias ?? 'global',
'alias': _channel!.alias,
},
);