Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246)
2 лет назад
..
BridgeChannel.js Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 лет назад
CodecSelection.js fix(codec-selection) Apply codec preferences to initial offer/answer. This fixes an issue where p2p clients (with different codec preferences) fail to decode video because the negotiated codecs are removed from the supported codecs list after the media session is established. The codec preferences will be applied when the first offer/answer is created. 2 лет назад
JitsiLocalTrack.js feat(browser-support) use Unified Plan on React Native 3 лет назад
JitsiRemoteTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 3 лет назад
JitsiTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 3 лет назад
MockClasses.js fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 лет назад
RTC.js fix(BridgeChannel): Attempt conn retries when there are remote endpoints. Currently, the client doesn't attempt to re-establish bridge WS when the connection is closed by the remote end with a code 1001. We have noticed that Cloudflare terminates the WS with the same error code when it recycles its proxies. When that happens, client ends up not having a bridge channel which can result quality issues. Client now tries to re-establish connection when there are remote endpoints in the call. 2 лет назад
RTCUtils.js fix(electron):Respect desktopSharingSources option 3 лет назад
ScreenObtainer.js fix(ScreenObtainer) Request high resolutions by default. Request higher capture resolutions when desktopSharingFrameRate is not defined in config.js. 2 лет назад
TPCUtils.js fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 лет назад
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 лет назад
TraceablePeerConnection.js fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 лет назад