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.
Nils Ohlmeier d4bb376f96
Workaround for Chrome ice connection failure detection (#1685)
4 years ago
..
BridgeChannel.js feat(RTC): Signal video type and availability to bridge. 4 years ago
CodecSelection.js fix(codec-selection): Fix VP9 codec switching issue in Chrome unified-plan. Munge only the m-line that corresponds to the source that the browser will be sending. Do not select VP9 on Firefox. Detect support for RTCRtpTransceiver#setCodecPreferences correctly. 4 years ago
JitsiLocalTrack.js fix(RTC): Set transceiver direction after RTCRtpSender#replaceTrack. 4 years ago
JitsiRemoteTrack.js deps: eslint-config-jitsi@latest 5 years ago
JitsiTrack.js fix: Send videoType bridge message for mute/unmute on FF. (#1642) 4 years ago
MockClasses.js fix(TPC): Do not remove ssrcs from remote desc for p2p. In unified plan, re-use of m-line (i.e., adding an SSRC, removing it and then adding it back) causes the browser to not render the media on Chrome and Safari. The WebRTC spec is not clear as to how browsers have to behave, this doesn't cause any issues on Firefox. As a workaround, only change the media direction and leave the ssrc in the remote desc. This automatically triggers a 'removetrack' event on the associated MediaStream and the track can be removed from the UI. 4 years ago
RTC.js fix(RTC): typo in variable name 4 years ago
RTCUtils.js feat(RTC): Add the ability to change desktop share fps. Provide a method for changing the capture fps for desktop tracks during the call. These changes to the lib are needed for making it configurable from the UI. 4 years ago
ScreenObtainer.js feat(RTC): Add the ability to change desktop share fps. Provide a method for changing the capture fps for desktop tracks during the call. These changes to the lib are needed for making it configurable from the UI. 4 years ago
TPCUtils.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 years ago
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 years ago
TraceablePeerConnection.js Workaround for Chrome ice connection failure detection (#1685) 4 years ago