Fix camera / screen self track activation.

This commit is contained in:
John Preston 2021-05-11 14:05:18 +04:00
parent 3a321d64f6
commit 20ff79abf4
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ void GroupCall::setMyEndpointType(
const auto now2 = _activeVideoEndpoints.emplace(
endpoint,
type).second;
if (now1 && now2) {
if (now1 || now2) {
_streamsVideoUpdated.fire({ endpoint, true });
}
const auto nowLarge = activeVideoEndpointType(