modified lib-jitsi-meet dev repo
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jaya Allamsetty 3a313a244d fix(codec-selection): Fix VP9 codec switching issue in Chrome unified-plan. 4年前
..
BridgeChannel.js feat(RTC): Signal video type and availability to bridge. 4年前
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年前
JitsiLocalTrack.js fix(RTC): Set transceiver direction after RTCRtpSender#replaceTrack. 4年前
JitsiRemoteTrack.js deps: eslint-config-jitsi@latest 5年前
JitsiTrack.js fix: Send videoType bridge message for mute/unmute on FF. (#1642) 4年前
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年前
RTC.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年前
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年前
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年前
TPCUtils.js fix(RTC): Use a enum for media direction. 4年前
TraceablePeerConnection.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年前