You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hristo Terezov b760f4e1fe feat(remoteTrack): log more container events 2 years ago
..
BridgeChannel.js fix(misc) use safeJsonParse from js-utils 2 years ago
CodecSelection.js fix(codec-selection): Disabled VP9 for p2p on Firefox. When VP9 is at the top of the codec list in the remote offer, Firefox omits it in the answer but decides to use VP9 for encoding media. Therefore the remote peer gets an answer with no VP9 in the list and when it updates its local description (with no VP9) after a renegotiation, it stops rendering the VP9 video received from Firefox. 2 years ago
CodecSelection.spec.js fix(CodecSelection) Switch codec to VP8 when E2EE is enabled. (#2322) 2 years ago
JitsiLocalTrack.js fix(track.attach): return promise & improve logs 2 years ago
JitsiRemoteTrack.js feat(remoteTrack): log more container events 2 years ago
JitsiTrack.js fix(track.attach): return promise & improve logs 2 years ago
MockClasses.js feat: New Codec selection logic (#2296) 2 years ago
RTC.js fix(misc) use safeJsonParse from js-utils 2 years ago
RTCUtils.js fix(track.attach): return promise & improve logs 2 years ago
ScreenObtainer.js fix(ScreenObtainer): Apply contentHint on captured desktop track correctly. contentHint needs to be set to 'motion' for high fps SS and 'detail' otherwise. Fixes https://github.com/jitsi/lib-jitsi-meet/issues/2298. 2 years ago
TPCUtils.js fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. Recommit https://github.com/jitsi/lib-jitsi-meet/commit/17ade96a70971b7429b6beac73b919885e665f16 with the jvb leak fix. 2 years ago
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 years ago
TraceablePeerConnection.js fix(codec-selection): Do not remove codecs from capabilities. 2 years ago