Call pod keep alive

This commit is contained in:
2025-09-07 01:20:22 +08:00
parent 9c75eafdb3
commit a22b94a263

View File

@@ -55,7 +55,7 @@ sealed class CallParticipantLive with _$CallParticipantLive {
bool get hasAudio => remoteParticipant.hasAudio;
}
@riverpod
@Riverpod(keepAlive: true)
class CallNotifier extends _$CallNotifier {
Room? _room;
LocalParticipant? _localParticipant;