Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246)
2 gadus atpakaļ
..
BridgeChannel.js Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 gadus atpakaļ
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 gadus atpakaļ
JitsiLocalTrack.js feat(browser-support) use Unified Plan on React Native 3 gadus atpakaļ
JitsiRemoteTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 3 gadus atpakaļ
JitsiTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 3 gadus atpakaļ
MockClasses.js fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 gadus atpakaļ
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 gadus atpakaļ
RTCUtils.js fix(electron):Respect desktopSharingSources option 3 gadus atpakaļ
ScreenObtainer.js fix(ScreenObtainer) Request high resolutions by default. Request higher capture resolutions when desktopSharingFrameRate is not defined in config.js. 2 gadus atpakaļ
TPCUtils.js fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 gadus atpakaļ
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 gadus atpakaļ
TraceablePeerConnection.js fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 gadus atpakaļ