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.
2 parents 371ca00 + f7bfb1e commit e24b151Copy full SHA for e24b151
src/webrtc/call.ts
@@ -879,7 +879,7 @@ export class MatrixCall extends EventEmitter {
879
this.peerConn.addTrack(audioTrack, stream);
880
}
881
for (const videoTrack of (this.screenSharingStream || stream).getVideoTracks()) {
882
- logger.info("Adding audio track with id " + videoTrack.id);
+ logger.info("Adding video track with id " + videoTrack.id);
883
this.peerConn.addTrack(videoTrack, stream);
884
885
0 commit comments