365 次代码提交 (07f037e12ed7ced3ba5b1bc6be1cb58dff61789d)

作者 SHA1 备注 提交日期
  Gabriel Borlea a01453438e
chore: update js-utils with new ua-parser (#2358) 2 年前
  Gabriel Borlea c3a086f86d
fix: getting right resolution for mobile web (#2356) 2 年前
  Jaya Allamsetty 486efad87c fix(codec-selection): Do not remove codecs from capabilities. 2 年前
  Jaya Allamsetty 402874932c fix(RTC) Update docs w.r.t to config options. 2 年前
  Jaya Allamsetty 9531a20ba7 fix(codec-selection) Pick only 1 VP9 codec for p2p negotiation. 2 年前
  Jaya Allamsetty 10ebc8434a fix(TPC): Make sure all RTCRtpSender:setParameters calls are sequential. 2 年前
  Jaya Allamsetty ed4ca14411 fix(JingleSession) Modify encoding to stop/start outgoing media on p2p. 2 年前
  Jaya Allamsetty 53e69d6ea5 ref(JingleSession) Always call sRD->cA-sLD for renegotiation. 2 年前
  Jaya Allamsetty 9ffab6aa75 fix(codec-selection): Do not strip codecs that are not in the preferred list. 2 年前
  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 年前
  Jaya Allamsetty 36a9712726
feat: New Codec selection logic (#2296) 2 年前
  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 年前
  Jaya Allamsetty 24c9cc0aac fix(ssrc-rewriting) Update owners when a new SSRC is assigned to existing source. 2 年前
  Jaya Allamsetty 8f836678fb fix(TPC) Ignore codecSelection when codec settings are missing. 2 年前
  Jorge Oliveira 152fdb2101 chore(lint) Update TraceablePeerConnection.js 2 年前
  Jorge Oliveira 7b4bcf52e5 fix(TPC) do not set videoType for audio sources 2 年前
  Jaya Allamsetty c520877a03
fix(stats) Obtain resolution/fps from 'outbound-rtp' stats. (#2265) 2 年前
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 年前
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 年前
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 年前
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 年前
  Jaya Allamsetty 6afb0a563d fix(codec-selection) Check if disabled is already removed from sdp. 2 年前
  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 年前
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 年前
  Jaya Allamsetty 931ca368b7 fix(TPC): Fix encodings for p2p connection. 'localStreamEncodingsConfig' is no longer available on TPCUtils. 2 年前
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 年前
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 年前
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 年前
  Saúl Ibarra Corretgé 9bdacb4758 feat(rn,TPC) use modern layer selection on RN 2 年前
  Jonathan Lennox fc84561232
Use insertable streams to drop all media when in lite mode. (#2178) 2 年前
  Jaya Allamsetty 877c4546f8 fix(TPC) Do not create track when presence is missing. 2 年前
  Jaya Allamsetty f8e587f7b9 fix(TPC) Allow remote tracks to be created if no presence is found. 2 年前
  wliang67 d3cf5a3127 fix: allow disabling and setting preferred codec 2 年前
  Jaya Allamsetty 7b25768663
Remove support for legacy endpoint based signaling. (#2147) 2 年前
  Jorge Oliveira 669dbcbbbc fix(chore) typos and jsdoc 3 年前
  Jorge Oliveira 9fc8af8380 Fix of case when findLine returns false 3 年前
  Jaya Allamsetty 28436e5727
feat(ssrc-rewriting) Add initial implementation (#2136) 3 年前
  Jaya Allamsetty eb623e7536
Fix codec negotiation and other multi-stream issues (#2133) 3 年前
  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. 3 年前
  Pawel Domas 46908381dd ref: add getSourceIndexFromSourceName 3 年前
  Jaya Allamsetty 9b2eef3d62 fix(TPC) Do not force immediate O/A cycles after track replace operations. 3 年前
  Jaya Allamsetty c9be46e2c3 fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 年前
  Jaya Allamsetty 6d5ca18be6 fix(TPC) Set maxbitrates via b=AS line on the remote SDP as well. 3 年前
  Saúl Ibarra Corretgé bb8d901648 fix(RTC) remove no longer needed helpers 3 年前
  Saúl Ibarra Corretgé 2b7a5d18dd fix(ts) don't set file extension for TS files 3 年前
  Jaya Allamsetty 2682b4ecee ref(RTC) Make the remove and add track method names more generic. 3 年前
  bgrozev 28aab9fcf8
feat: Add videoType to sources signaled in jingle. (#2058) 3 年前
  Jorge Oliveira 8446ecb1c8 fix typo in variable name 3 年前
  Hristo Terezov 4cb919e024 fix(FF): Don't add recvonly SSRC in session-accept 3 年前
  Jaya Allamsetty ad75454f4d fix(multi-stream) Fix VP9 bitrates in the multi-stream mode. 3 年前