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