2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Improve screencast source choosing design.

This commit is contained in:
John Preston
2021-04-29 20:28:12 +04:00
parent 022c0a1327
commit a48649987e
12 changed files with 304 additions and 74 deletions

View File

@@ -1460,9 +1460,9 @@ void MembersController::updateRow(
Assert(nowSsrc != 0);
_soundingRowBySsrc.emplace(nowSsrc, row);
}
if (isMe(row->peer())) {
row->setVideoTrack(_call->outgoingVideoTrack());
}
//if (isMe(row->peer())) {
// row->setVideoTrack(_call->outgoingVideoTrack());
//}
}
const auto nowNoSounding = _soundingRowBySsrc.empty();
if (wasNoSounding && !nowNoSounding) {