mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix camera / screen self track activation.
This commit is contained in:
parent
3a321d64f6
commit
20ff79abf4
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ void GroupCall::setMyEndpointType(
|
||||||
const auto now2 = _activeVideoEndpoints.emplace(
|
const auto now2 = _activeVideoEndpoints.emplace(
|
||||||
endpoint,
|
endpoint,
|
||||||
type).second;
|
type).second;
|
||||||
if (now1 && now2) {
|
if (now1 || now2) {
|
||||||
_streamsVideoUpdated.fire({ endpoint, true });
|
_streamsVideoUpdated.fire({ endpoint, true });
|
||||||
}
|
}
|
||||||
const auto nowLarge = activeVideoEndpointType(
|
const auto nowLarge = activeVideoEndpointType(
|
||||||
|
|
Loading…
Add table
Reference in a new issue