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 87bce92fc6 fix(JingleSession) Avoid pushing encodings configuration task to the queue. 2 years ago
..
RTC fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 years ago
browser feat(browser-support) use Unified Plan on React Native 2 years ago
connectivity fix(rn,ConnectionQuality) use new APIs for target bitrate on RN 2 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 2 years ago
e2eping Plumbing for e2e pings. (#1973) 3 years ago
event chore(lint) tame the new linter 3 years ago
flags Add a feature flag and xmpp-caps entry for joining as a visitor. (#2247) 2 years ago
litemode Use insertable streams to drop all media when in lite mode. (#2178) 2 years ago
proxyconnection fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 years ago
qualitycontrol fix(quality-control) Fix receiver constraints for default case. When the application doesn't set receiver constraints, generate default constraints in the source-name mode. Cleanup code related to the endpoint based video constraint handling for p2p connection. 2 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 feat: Add initial-last-n to jingle if config.channelLastN is set. (#2232) 2 years ago
settings chore(deps) adapt to logger package rename 3 years ago
statistics feat(statistics) drop support for WiFiStats 2 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 3 years ago
videosipgw fix(ts) clean-up TS tests where conversion is complete 3 years ago
webaudio chore(lint) tame the new linter 3 years ago
xmpp fix(JingleSession) Avoid pushing encodings configuration task to the queue. When configureSenderVideoEncodings task is pushed to the modification queue, there might not be a setParameters call in progress and this new one will not get chanined to any promise. However, when the task finally is executed, there is a chance for another setParameters method execution to be in progress and can result in setParameters call failing. Also, these extra steps to ensure that the sender encodings are correctly encoded are no longer needed since with multi-stream mode, we do not change the source video type and the previous encodings config will still be valid. 2 years ago