您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Jaya Allamsetty 058fdf055d fix(JingleSessionPC): Do not try to re-use inactive mid for new remote ssrcs. 4 年前
..
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. 4 年前
browser fix(vad): enable VAD on supported browsers (#1613) 4 年前
connectivity fix(logger): Logging enhancements. Get rid of noisy logs related to SDP transformations which are redundant. Fix formatting and add missing information. 4 年前
detection fix VADAudioAnalyser: catch error 4 年前
e2ee fix(e2ee): destroys olm session on disabling e2ee 4 年前
e2eping deps: eslint-config-jitsi@latest 5 年前
event deps: eslint-config-jitsi@latest 5 年前
proxyconnection fix(RTC) drop the "old gUM" flow 4 年前
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 年前
recording Fix typos on comments 5 年前
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. 4 年前
settings feat: Reuse billingId from localstorage as jitsiMeetId. 4 年前
statistics fix(stats): Return promise for getStats. 4 年前
transcription Fix typos 5 年前
util fix(modificationQueue): error handling & logs 4 年前
version Clean up ComponentVersions. 6 年前
videosipgw deps: eslint-config-jitsi@latest 5 年前
webaudio deps: eslint-config-jitsi@latest 5 年前
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. 4 年前