You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bgrozev ba7ddbdce7
Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237)
2 years ago
..
BridgeChannel.js Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 years ago
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 years ago
JitsiLocalTrack.js feat(browser-support) use Unified Plan on React Native 2 years ago
JitsiRemoteTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 2 years ago
JitsiTrack.js fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 2 years ago
MockClasses.js fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 years ago
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 years ago
RTCUtils.js fix(electron):Respect desktopSharingSources option 3 years ago
ScreenObtainer.js fix(ScreenObtainer): make electron desktop resolution constraints configurable 2 years ago
TPCUtils.js fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 years ago
TPCUtils.spec.js fix: Missed SSRCs in Unified Plan with several "ssrc-group:FID" groups. (#1658) 4 years ago
TraceablePeerConnection.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 years ago