Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jaya Allamsetty 1009693f2e refactor the codec selection logic 5 лет назад
..
BridgeChannel.js feat: Log the jvb version. (#1410) 5 лет назад
CodecSelection.js refactor the codec selection logic 5 лет назад
JitsiLocalTrack.js deps: eslint-config-jitsi@latest 5 лет назад
JitsiRemoteTrack.js deps: eslint-config-jitsi@latest 5 лет назад
JitsiTrack.js fix(audio-levels): Reset audio level to 0 when remote user is muted. 5 лет назад
LocalSdpMunger.js deps: eslint-config-jitsi@latest 5 лет назад
MockClasses.js clean-up unit tests 5 лет назад
RTC.js feat: Add option to force pc to use turn relay candidates. 5 лет назад
RTCUtils.js devicesReceived array should not be modified 5 лет назад
RTCUtils.spec.js deps: eslint-config-jitsi@latest 5 лет назад
ScreenObtainer.js feat(rn) support getDisplayMedia 5 лет назад
TPCUtils.js fix: Implement the encodings workaround only on Safari. Explicitly check if all the encodings report the same scaleResolutionDownBy value before trying to ensure they match the expected values. This makes Chrome VP9 work again. 5 лет назад
TraceablePeerConnection.js feat: Add codec selection mechanism. Determine the preferred codec for a given endpoint based on the config.js settings and the codecs supported by the endpoint. The preferred codec is published in presence and then used by the other endpoints in the call during join/leave to determine if the codec needs to be changed on the fly. Different codecs can be configuered for p2p/jvb connections. The preferredCodec/disabledCodec settings under videoQuality will have precedence over the older settins like preferH264/disableH264. 5 лет назад