modified lib-jitsi-meet dev repo
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jaya Allamsetty e2b453a248 fix(p2p) Fix an issue where unmute fails on p2p with channelLastN=0. il y a 3 ans
..
RTC fix(BridgeChannel) skip close notification if the code is 1001 il y a 3 ans
browser feat(browser-support) use Unified Plan on React Native il y a 3 ans
connectivity fix(rn,ConnectionQuality) use new APIs for target bitrate on RN il y a 3 ans
detection chore(deps,eslint) update eslint-jitsi-config il y a 3 ans
e2ee feat(e2ee) add ability to verify participants using a SAS mechanism il y a 3 ans
e2eping Plumbing for e2e pings. (#1973) il y a 3 ans
event chore(lint) tame the new linter il y a 4 ans
flags Use insertable streams to drop all media when in lite mode. (#2178) il y a 3 ans
litemode Use insertable streams to drop all media when in lite mode. (#2178) il y a 3 ans
proxyconnection fix(spot) adapt to API changes and fix remote screen-share il y a 3 ans
qualitycontrol ref: remove references to legacy endpoint based signaling switch il y a 3 ans
recording fix: Always set recroding status=on when a jibri is present (#2132) il y a 3 ans
red modules: add RFC 2198 audio redundancy encoder (#2067) il y a 3 ans
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. il y a 3 ans
settings chore(deps) adapt to logger package rename il y a 4 ans
statistics fix(statistics): remove infinite logging (#2180) il y a 3 ans
transcription fix(ts) adjust syntax so TSC doesn't complain il y a 4 ans
util fix(ts) update jsdoc to appease typescript il y a 3 ans
version chore(deps) adapt to logger package rename il y a 4 ans
videosipgw fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
webaudio chore(lint) tame the new linter il y a 4 ans
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. il y a 3 ans