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.
Ilya Sunduev a373005103
fix(BridgeChannel): prevent multiple websockets on retries (#2179)
3 years ago
..
BridgeChannel.js fix(BridgeChannel): prevent multiple websockets on retries (#2179) 3 years ago
CodecSelection.js feat(ts) convert MediaType and its usages 3 years ago
JitsiLocalTrack.js feat(browser-support) use Unified Plan on React Native 3 years ago
JitsiRemoteTrack.js fix(TPC) Allow remote tracks to be created if no presence is found. Currently, remote tracks are not created if presence for the endpoint is not received before source signaling. With ssrc-rewriting, the source information will be received on the bridge channel and presence on the prosody ws so there are chances that they can be out of sync. We do not want to skip remote track creation when that happens. 3 years ago
JitsiTrack.js fix(RTC) remove no longer needed helpers 3 years ago
MockClasses.js fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 years ago
RTC.js feat(browser-support) use Unified Plan on React Native 3 years ago
RTCUtils.js fix(electron):Respect desktopSharingSources option 3 years ago
ScreenObtainer.js feat(ScreenObtainer) Allow seamless switching of tab capture. Allow users to seamlessly switch which tab they are sharing without having to stop the current share and select a new tab again. This is supported on Chrome 107 onwards. 3 years ago
TPCUtils.js Remove support for legacy endpoint based signaling. (#2147) 3 years ago
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 years ago
TraceablePeerConnection.js Use insertable streams to drop all media when in lite mode. (#2178) 3 years ago