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.
Jaya Allamsetty 058fdf055d fix(JingleSessionPC): Do not try to re-use inactive mid for new remote ssrcs. 3 years ago
..
RTC fix(RTC): Set transceiver direction after RTCRtpSender#replaceTrack. This fixes the issue where TRACK_REMOVED event is not fired when a remote track is removed from the peerconnection. Fixes https://github.com/jitsi/lib-jitsi-meet/issues/1612 and https://github.com/jitsi/jitsi-meet/issues/8482. 3 years ago
browser fix(vad): enable VAD on supported browsers (#1613) 4 years ago
connectivity fix(logger): Logging enhancements. Get rid of noisy logs related to SDP transformations which are redundant. Fix formatting and add missing information. 4 years ago
detection fix VADAudioAnalyser: catch error 4 years ago
e2ee fix(e2ee): destroys olm session on disabling e2ee 4 years ago
e2eping deps: eslint-config-jitsi@latest 4 years ago
event deps: eslint-config-jitsi@latest 4 years ago
proxyconnection fix(RTC) drop the "old gUM" flow 4 years ago
qualitycontrol fix(quality-control): Propagate the height constraints to p2p session. If the application is using the new receiver constraints, propagate the height constraint to the p2p session as well. 4 years ago
recording Fix typos on comments 4 years ago
sdp fix(SDP): Drop SSRCs whenever the transceiver direction is 'inactive' or 'recvonly'. This is needed only for JVB connections. Add unit tests for LocalSdpMunger. 3 years ago
settings feat: Reuse billingId from localstorage as jitsiMeetId. 4 years ago
statistics fix(stats): Return promise for getStats. 4 years ago
transcription Fix typos 4 years ago
util fix(modificationQueue): error handling & logs 4 years ago
version Clean up ComponentVersions. 5 years ago
videosipgw deps: eslint-config-jitsi@latest 4 years ago
webaudio deps: eslint-config-jitsi@latest 4 years ago
xmpp fix(JingleSessionPC): Do not try to re-use inactive mid for new remote ssrcs. The direction was marked as 'inactive' only on Firefox as Safari had audio issues when an inactive mid is re-used. Chrome (in unified-plan) needs the direction of the mid in remote desc to be set to 'inactive' for a 'removetrack' to be fired on the associated media stream whenever a remote source is removed. 3 years ago