mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +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(
|
||||
endpoint,
|
||||
type).second;
|
||||
if (now1 && now2) {
|
||||
if (now1 || now2) {
|
||||
_streamsVideoUpdated.fire({ endpoint, true });
|
||||
}
|
||||
const auto nowLarge = activeVideoEndpointType(
|
||||
|
|
Loading…
Add table
Reference in a new issue