fix: missed incomingCallRoomId case in removing glare stuff during group calls

This commit is contained in:
td 2023-01-28 03:42:58 +05:30
parent 0deb8d9e6e
commit ef0bf44b70
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
1 changed files with 3 additions and 1 deletions

View File

@ -535,7 +535,9 @@ class VoIP {
return Null as CallSession;
}
final callId = 'cid${DateTime.now().millisecondsSinceEpoch}';
if (currentGroupCID == null) {
incomingCallRoomId[roomId] = callId;
}
final opts = CallOptions()
..callId = callId
..type = type