We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a3a72 commit d13a2b5Copy full SHA for d13a2b5
packages/stream_video/lib/src/core/client_state.dart
@@ -54,7 +54,7 @@ class MutableClientState implements ClientState {
54
connection.value = ConnectionState.disconnected(user.value.id);
55
}
56
57
- StreamCallCid? getActiveCallCid() => activeCall.valueOrNull!.callCid;
+ StreamCallCid? getActiveCallCid() => activeCall.valueOrNull?.callCid;
58
59
Future<void> setActiveCall(Call? call) async {
60
final ongoingCall = activeCall.valueOrNull;
0 commit comments