990 Commity (master)

Autor SHA1 Wiadomość Data
  Jaya Allamsetty c520877a03
fix(stats) Obtain resolution/fps from 'outbound-rtp' stats. (#2265) 2 lat temu
  Jaya Allamsetty 7f0012f7dc fix(codec-selection) Calc preferred codec after media session is established. 2 lat temu
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 lat temu
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 lat temu
  Jaya Allamsetty bf79fef601 fix(ScreenObtainer) Request high resolutions by default. 2 lat temu
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 lat temu
  bgrozev ba7ddbdce7
Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 lat temu
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 lat temu
  Daniel McAssey 1d99f862c8 fix(ScreenObtainer): make electron desktop resolution constraints configurable 2 lat temu
  Jaya Allamsetty 6afb0a563d fix(codec-selection) Check if disabled is already removed from sdp. 2 lat temu
  mbondarenko b3ceca8d52 Made updating video sender parameters in sequential manner in order to solve race condition when transaction id (which is generated during getParameters) can be reset at the end of videoSender setParameters and cause exception if another update was already in fly and before its check for transaction id presence. 2 lat temu
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 lat temu
  Jaya Allamsetty df2c309658 fix(BridgeChannel): Attempt conn retries when there are remote endpoints. 2 lat temu
  Jaya Allamsetty 931ca368b7 fix(TPC): Fix encodings for p2p connection. 'localStreamEncodingsConfig' is no longer available on TPCUtils. 2 lat temu
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 lat temu
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 lat temu
  Jaya Allamsetty e275d886b2 fix(qualitycontrol): Cleanup old receiver constraints. 2 lat temu
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 lat temu
  Jaya Allamsetty a85022d992 ref(ScreenObtainer): Always set the resolution constraints for SS. 2 lat temu
  Jaya Allamsetty 0fc0a3ff31 fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 2 lat temu
  Jaya Allamsetty 5d1ae6fb7f ref(JitsiTrack) Alpha sort the methods. 2 lat temu
  Saúl Ibarra Corretgé 475610584e fix(BridgeChannel) skip close notification if the code is 1001 2 lat temu
  Jaya Allamsetty 2d4cd935cb fix(codec-selection): Codec selection fixes. 2 lat temu
  Saúl Ibarra Corretgé 9bdacb4758 feat(rn,TPC) use modern layer selection on RN 2 lat temu
  Saúl Ibarra Corretgé 14a7a97ba9 fix(rn,CodecSelection) RN now supports the capabilities API so use it 2 lat temu
  Ilya Sunduev a373005103
fix(BridgeChannel): prevent multiple websockets on retries (#2179) 2 lat temu
  Saúl Ibarra Corretgé d9ee8f59bd feat(browser-support) use Unified Plan on React Native 2 lat temu
  Jonathan Lennox fc84561232
Use insertable streams to drop all media when in lite mode. (#2178) 2 lat temu
  Jaya Allamsetty 877c4546f8 fix(TPC) Do not create track when presence is missing. 2 lat temu
  Jaya Allamsetty f8e587f7b9 fix(TPC) Allow remote tracks to be created if no presence is found. 2 lat temu
  Saúl Ibarra Corretgé 871968af90 fixup! 2 lat temu
  Saúl Ibarra Corretgé 5aa74e319e feat(JitsiConference,BridgeChannel) emit event when channel is closed 2 lat temu
  wliang67 d3cf5a3127 fix: allow disabling and setting preferred codec 2 lat temu
  Jaya Allamsetty 7b25768663
Remove support for legacy endpoint based signaling. (#2147) 2 lat temu
  Jorge Oliveira 669dbcbbbc fix(chore) typos and jsdoc 2 lat temu
  Jorge Oliveira 9fc8af8380 Fix of case when findLine returns false 2 lat temu
  Jaya Allamsetty 784f1d4e8a feat(ScreenObtainer) Allow seamless switching of tab capture. 2 lat temu
  Jaya Allamsetty 28436e5727
feat(ssrc-rewriting) Add initial implementation (#2136) 2 lat temu
  Jaya Allamsetty eb623e7536
Fix codec negotiation and other multi-stream issues (#2133) 2 lat temu
  Maxime Rossier 84277e1ff3 fix(RTC) fix stop track with effect (#2127) 2 lat temu
  Jaya Allamsetty 7fe7ed0b03 fix(RTC) Update sourceType on desktop track for web. 2 lat temu
  mbondarenko ae22a37de5 Added setting Opus DTX in munged config for reduction in the audio traffic, when a participant is silent then the audio packet won’t be transmitted. 2 lat temu
  Jorge Oliveira ef1031d88d fix(ts) update jsdoc to appease typescript 2 lat temu
  Pawel Domas 46908381dd ref: add getSourceIndexFromSourceName 2 lat temu
  Jaya Allamsetty 85fb01c080 fix(TPC): Ignore stopped transceivers on FF during new track addition. 2 lat temu
  Jaya Allamsetty 62b0e5c426 fix(TPCUtils): Re-use the existing recv-only transceiver for secondary video tracks. 2 lat temu
  Jaya Allamsetty 9b2eef3d62 fix(TPC) Do not force immediate O/A cycles after track replace operations. 2 lat temu
  Hristo Terezov d96dad7205 feat: Handle dominant speaker silence. 2 lat temu
  Jaya Allamsetty af17b67d99 fix(logging) Do not print 'Fowarded sources changed' log multiple times. 2 lat temu
  Jaya Allamsetty c9be46e2c3 fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 2 lat temu