Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jaya Allamsetty e2b453a248 fix(p2p) Fix an issue where unmute fails on p2p with channelLastN=0. 3 лет назад
..
RTC fix(BridgeChannel) skip close notification if the code is 1001 3 лет назад
browser feat(browser-support) use Unified Plan on React Native 3 лет назад
connectivity fix(rn,ConnectionQuality) use new APIs for target bitrate on RN 3 лет назад
detection chore(deps,eslint) update eslint-jitsi-config 3 лет назад
e2ee feat(e2ee) add ability to verify participants using a SAS mechanism 3 лет назад
e2eping Plumbing for e2e pings. (#1973) 3 лет назад
event chore(lint) tame the new linter 4 лет назад
flags Use insertable streams to drop all media when in lite mode. (#2178) 3 лет назад
litemode Use insertable streams to drop all media when in lite mode. (#2178) 3 лет назад
proxyconnection fix(spot) adapt to API changes and fix remote screen-share 3 лет назад
qualitycontrol ref: remove references to legacy endpoint based signaling switch 3 лет назад
recording fix: Always set recroding status=on when a jibri is present (#2132) 3 лет назад
red modules: add RFC 2198 audio redundancy encoder (#2067) 3 лет назад
sdp fix(codec-selection): Codec selection fixes. 1. Checks peer's preferred codec in p2p case. Mobile and web have different preferred codecs. 2. Log an error message when the preferred codec is not offered by JVB. 3. Clean up code related to deprecated config.js settings 'preferH264' and 'disableH264'. 4. Refactor the codec selection logic so that correct codec is picked. 3 лет назад
settings chore(deps) adapt to logger package rename 4 лет назад
statistics fix(statistics): remove infinite logging (#2180) 3 лет назад
transcription fix(ts) adjust syntax so TSC doesn't complain 3 лет назад
util fix(ts) update jsdoc to appease typescript 3 лет назад
version chore(deps) adapt to logger package rename 4 лет назад
videosipgw fix(ts) clean-up TS tests where conversion is complete 3 лет назад
webaudio chore(lint) tame the new linter 4 лет назад
xmpp fix(p2p) Fix an issue where unmute fails on p2p with channelLastN=0. Always initiate a sRD->cA->sLD cycle since renegotiation fails in the following scenario. In a p2p call when channelLastN=0, the direction on the video tranceiver is set to'inactive'. At this point, if the user unmutes, the track is replaced on the video sender. If a cO->sLD->sRD is triggered, the browser adds a third m-line which isn't expected and possibly is a bug. All renegotiations fail as a result. However, the browser does not add a third m-line in the answer it generates and renegotiation succeeds. 3 лет назад