:drunk: Add call overlay

This commit is contained in:
2025-05-26 01:52:08 +08:00
parent fed8171b36
commit 6b4189a93b
4 changed files with 49 additions and 16 deletions

View File

@ -215,6 +215,7 @@ class CallNotifier extends _$CallNotifier {
}
String? _roomId;
String? get roomId => _roomId;
Future<void> joinRoom(String roomId) async {
_roomId = roomId;