modified lib-jitsi-meet dev repo
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jaya Allamsetty b43a9fa0ee fix(TPC): Do not remove ssrcs from remote desc for p2p. 4 лет назад
..
BridgeChannel.js feat(RTC): Signal video type and availability to bridge. 4 лет назад
CodecSelection.js Test RTCRtpReceiver.getCapabilities before using 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(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 лет назад