🐛 Bug fixes and support new version of API
This commit is contained in:
@@ -44,7 +44,7 @@ class AudioCallButton extends HookConsumerWidget {
|
||||
try {
|
||||
await apiClient.post('/chat/realtime/$roomId');
|
||||
if (context.mounted) {
|
||||
context.push('/chat/call/$roomId');
|
||||
context.push('/chat/$roomId/call');
|
||||
}
|
||||
} catch (e) {
|
||||
showErrorAlert(e);
|
||||
|
Reference in New Issue
Block a user