We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f993f1 commit f7bfb1eCopy full SHA for f7bfb1e
src/webrtc/call.ts
@@ -873,7 +873,7 @@ export class MatrixCall extends EventEmitter {
873
this.peerConn.addTrack(audioTrack, stream);
874
}
875
for (const videoTrack of (this.screenSharingStream || stream).getVideoTracks()) {
876
- logger.info("Adding audio track with id " + videoTrack.id);
+ logger.info("Adding video track with id " + videoTrack.id);
877
this.peerConn.addTrack(videoTrack, stream);
878
879
0 commit comments