Merge remote-tracking branch 'origin/develop' into develop
commit
1aef02587a
|
@ -51,7 +51,7 @@ function _isConfCallRoom(room, myUserId, conferenceHandler) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const otherMember = getOnlyOtherMember(room, myUserId);
|
const otherMember = getOnlyOtherMember(room, myUserId);
|
||||||
if (otherMember === null) {
|
if (!otherMember) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue