Rename to a more accurate name

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2022-10-12 11:06:05 +02:00 committed by Tim Krüger
parent f53cb610d3
commit 1ba6e293b2
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -1856,8 +1856,8 @@ public class CallActivity extends CallBaseActivity {
+ " : "
+ inCallFlag);
boolean isNewSession = inCallFlag != 0;
if (isNewSession) {
boolean isInCall = inCallFlag != 0;
if (isInCall) {
newSessions.add(participant.get("sessionId").toString());
} else {
oldSessions.add(participant.get("sessionId").toString());