1015 Commits (121274c83435e454d39d68b2e2ff901b509467bb)

Author SHA1 Message Date
  Hristo Terezov b760f4e1fe feat(remoteTrack): log more container events 2 years ago
  Hristo Terezov ef94fb86f9 fix(track.attach): return promise & improve logs 2 years ago
  Jaya Allamsetty 50fe51e948 fix(codec-selection): Disabled VP9 for p2p on Firefox. 2 years ago
  Jaya Allamsetty 486efad87c fix(codec-selection): Do not remove codecs from capabilities. 2 years ago
  Saúl Ibarra Corretgé 0cc323d96e fix(misc) use safeJsonParse from js-utils 2 years ago
  Jaya Allamsetty 402874932c fix(RTC) Update docs w.r.t to config options. 2 years ago
  Jaya Allamsetty cce452f8f5 fix(codecs): Enable VP9 encode on FF/Safari for p2p. 2 years ago
  Jaya Allamsetty 9531a20ba7 fix(codec-selection) Pick only 1 VP9 codec for p2p negotiation. 2 years ago
  Jaya Allamsetty 10ebc8434a fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. 2 years ago
  Jaya Allamsetty ed4ca14411 fix(JingleSession) Modify encoding to stop/start outgoing media on p2p. 2 years ago
  Jaya Allamsetty 53e69d6ea5 ref(JingleSession) Always call sRD->cA-sLD for renegotiation. 2 years ago
  Jaya Allamsetty 9ffab6aa75 fix(codec-selection): Do not strip codecs that are not in the preferred list. 2 years ago
  Jaya Allamsetty 739d802595
fix(CodecSelection) Switch codec to VP8 when E2EE is enabled. (#2322) 2 years ago
  Jaya Allamsetty 5d322ea5ff fix(screenshare): Ignore mute events on remote desktop tracks. 2 years ago
  Saúl Ibarra Corretgé e0d3459a37 Revert "Adjusted wrapping method to have RTCRtpSender setting parameters in sequential manner in order to solve race condition when transaction id 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 years ago
  Jaya Allamsetty 90da488405 fix(codec-selection) Move VP9 to the end of the list when not supported. 2 years ago
  Jaya Allamsetty 36a9712726
feat: New Codec selection logic (#2296) 2 years ago
  Jaya Allamsetty 623277289b fix(ScreenObtainer): Apply contentHint on captured desktop track correctly. 2 years ago
  Jaya Allamsetty 843a44fa46 fix(JingleSession) Reconfigure the stream encodings after p2p->jvb switch. 2 years ago
  mbondarenko 17ade96a70 Adjusted wrapping method to have RTCRtpSender setting parameters in sequential manner in order to solve race condition when transaction id 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 years ago
  Jaya Allamsetty eb3d4277f7 fix(logging) Use logger for TTFM stats. 2 years ago
  Jaya Allamsetty 24c9cc0aac fix(ssrc-rewriting) Update owners when a new SSRC is assigned to existing source. 2 years ago
  Jaya Allamsetty 8f836678fb fix(TPC) Ignore codecSelection when codec settings are missing. 2 years ago
  Jorge Oliveira 152fdb2101 chore(lint) Update TraceablePeerConnection.js 2 years ago
  Jorge Oliveira 7b4bcf52e5 fix(TPC) do not set videoType for audio sources 2 years ago
  Jaya Allamsetty c520877a03
fix(stats) Obtain resolution/fps from 'outbound-rtp' stats. (#2265) 2 years ago
  Jaya Allamsetty 7f0012f7dc fix(codec-selection) Calc preferred codec after media session is established. 2 years ago
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 years ago
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 years ago
  Jaya Allamsetty bf79fef601 fix(ScreenObtainer) Request high resolutions by default. 2 years ago
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 years ago
  bgrozev ba7ddbdce7
Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 years ago
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 years ago
  Daniel McAssey 1d99f862c8 fix(ScreenObtainer): make electron desktop resolution constraints configurable 2 years ago
  Jaya Allamsetty 6afb0a563d fix(codec-selection) Check if disabled is already removed from sdp. 2 years ago
  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 years ago
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 years ago
  Jaya Allamsetty df2c309658 fix(BridgeChannel): Attempt conn retries when there are remote endpoints. 2 years ago
  Jaya Allamsetty 931ca368b7 fix(TPC): Fix encodings for p2p connection. 'localStreamEncodingsConfig' is no longer available on TPCUtils. 2 years ago
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 years ago
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 years ago
  Jaya Allamsetty e275d886b2 fix(qualitycontrol): Cleanup old receiver constraints. 2 years ago
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 years ago
  Jaya Allamsetty a85022d992 ref(ScreenObtainer): Always set the resolution constraints for SS. 2 years ago
  Jaya Allamsetty 0fc0a3ff31 fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 2 years ago
  Jaya Allamsetty 5d1ae6fb7f ref(JitsiTrack) Alpha sort the methods. 2 years ago
  Saúl Ibarra Corretgé 475610584e fix(BridgeChannel) skip close notification if the code is 1001 2 years ago
  Jaya Allamsetty 2d4cd935cb fix(codec-selection): Codec selection fixes. 2 years ago
  Saúl Ibarra Corretgé 9bdacb4758 feat(rn,TPC) use modern layer selection on RN 2 years ago
  Saúl Ibarra Corretgé 14a7a97ba9 fix(rn,CodecSelection) RN now supports the capabilities API so use it 2 years ago