Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Jaya Allamsetty a8f8666be3 fix(SDP): Negotiate only baseline H.264 codecs for p2p. 1 ano atrás
..
BridgeChannel.js fix(GlobalOnErrorHandler) avoid calling it when we handle the error 2 anos atrás
CodecSelection.js fix(codec-selection): Ignore transcriber for calc. codec intersection set. 1 ano atrás
CodecSelection.spec.js Unify events and output single TypeScript declaration (#2407) 2 anos atrás
JitsiLocalTrack.js fix(RTC): Fix capture resolution for Safari desktop tracks. The browser returns height as 0 at track creation time. Fixes an issue where Safari's screenshare shows as black. 1 ano atrás
JitsiRemoteTrack.js fix: Properly log remote track mute changes. 2 anos atrás
JitsiTrack.js fix(JitsiTrack): Detect track ended event on Safari. Fixes https://github.com/jitsi/jitsi-meet/issues/14386 1 ano atrás
MockClasses.js fix(RTC): Fix capture resolution for Safari desktop tracks. The browser returns height as 0 at track creation time. Fixes an issue where Safari's screenshare shows as black. 1 ano atrás
RTC.js #2458 Remove not used isUserStream RTC method. Move isUserStreamById RTC method into RTCUtils in order to fix circular dependency issue. Require cycle: lib/lib-jitsi-meet/modules/RTC/RTC.js -> lib/lib-jitsi-meet/modules/RTC/TraceablePeerConnection.js -> lib/lib-jitsi-meet/modules/RTC/RTC.js 1 ano atrás
RTCUtils.js #2458 Remove not used isUserStream RTC method. Move isUserStreamById RTC method into RTCUtils in order to fix circular dependency issue. Require cycle: lib/lib-jitsi-meet/modules/RTC/RTC.js -> lib/lib-jitsi-meet/modules/RTC/TraceablePeerConnection.js -> lib/lib-jitsi-meet/modules/RTC/RTC.js 1 ano atrás
ScreenObtainer.js fix(ScreenObtainer) Apply min fps after a successful gDM call. (#2383) 2 anos atrás
TPCUtils.js fix(TPCUtils): Chain both RTCRtpSender getParameters and setParameters call properly. Firefox 123 started throwing an error when the transction ids for getParamters and setParameters don't match. This can result in Firefox not establishing a p2p connection with a remote peer when it is the offerer. 1 ano atrás
TPCUtils.spec.js fix(video-quality): Fix resolution of simulcast streams. When both the camera and screenshare tracks are present. Add unit tests. 1 ano atrás
TraceablePeerConnection.js fix(SDP): Negotiate only baseline H.264 codecs for p2p. Chrome on macOS recently started offering encoder for higher level (5.2) but decoder only for level 3.1. See https://issues.chromium.org/issues/324930413 Therefore, filter out all H.264 payload types with main and high profiles. Also, sort all H.264 payload types so that same pt is picked for both H.264 encoder and decoder. Fixes random black tile issues across different browsers when H.264 is the preferred codec for p2p. 1 ano atrás