2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Parse and serialize video parameters.

This commit is contained in:
John Preston
2021-04-15 17:55:32 +04:00
parent a41b7b62ac
commit a6f379a17a
8 changed files with 251 additions and 9 deletions

View File

@@ -380,7 +380,7 @@ void Call::setupOutgoingVideo() {
// Paused not supported right now.
Assert(state == Webrtc::VideoState::Active);
if (!_videoCapture) {
_videoCapture = _delegate->getVideoCapture();
_videoCapture = _delegate->callGetVideoCapture();
_videoCapture->setOutput(_videoOutgoing->sink());
}
if (_instance) {