303 Commitit (a23a8c7c9de4974a1cbeeef13a0f97136b1ad9bb)

Tekijä SHA1 Viesti Päivämäärä
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 vuotta sitten
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 vuotta sitten
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 vuotta sitten
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 vuotta sitten
  Jaya Allamsetty 6afb0a563d fix(codec-selection) Check if disabled is already removed from sdp. 2 vuotta sitten
  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 vuotta sitten
  Jaya Allamsetty 0b9ab37cfe
fix(TPC) Disable media instead of changing dir for p2p->jvb switch. (#2226) 2 vuotta sitten
  Jaya Allamsetty 931ca368b7 fix(TPC): Fix encodings for p2p connection. 'localStreamEncodingsConfig' is no longer available on TPCUtils. 2 vuotta sitten
  Daniel McAssey 829f5ac010
fix(TPC): make screen share bitrate configurable (#2215) 2 vuotta sitten
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 vuotta sitten
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 vuotta sitten
  Saúl Ibarra Corretgé 9bdacb4758 feat(rn,TPC) use modern layer selection on RN 2 vuotta sitten
  Jonathan Lennox fc84561232
Use insertable streams to drop all media when in lite mode. (#2178) 2 vuotta sitten
  Jaya Allamsetty 877c4546f8 fix(TPC) Do not create track when presence is missing. 2 vuotta sitten
  Jaya Allamsetty f8e587f7b9 fix(TPC) Allow remote tracks to be created if no presence is found. 2 vuotta sitten
  wliang67 d3cf5a3127 fix: allow disabling and setting preferred codec 2 vuotta sitten
  Jaya Allamsetty 7b25768663
Remove support for legacy endpoint based signaling. (#2147) 2 vuotta sitten
  Jorge Oliveira 669dbcbbbc fix(chore) typos and jsdoc 3 vuotta sitten
  Jorge Oliveira 9fc8af8380 Fix of case when findLine returns false 3 vuotta sitten
  Jaya Allamsetty 28436e5727
feat(ssrc-rewriting) Add initial implementation (#2136) 3 vuotta sitten
  Jaya Allamsetty eb623e7536
Fix codec negotiation and other multi-stream issues (#2133) 3 vuotta sitten
  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 vuotta sitten
  Pawel Domas 46908381dd ref: add getSourceIndexFromSourceName 3 vuotta sitten
  Jaya Allamsetty 9b2eef3d62 fix(TPC) Do not force immediate O/A cycles after track replace operations. 3 vuotta sitten
  Jaya Allamsetty c9be46e2c3 fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch. 3 vuotta sitten
  Jaya Allamsetty 6d5ca18be6 fix(TPC) Set maxbitrates via b=AS line on the remote SDP as well. 3 vuotta sitten
  Saúl Ibarra Corretgé bb8d901648 fix(RTC) remove no longer needed helpers 3 vuotta sitten
  Saúl Ibarra Corretgé 2b7a5d18dd fix(ts) don't set file extension for TS files 3 vuotta sitten
  Jaya Allamsetty 2682b4ecee ref(RTC) Make the remove and add track method names more generic. 3 vuotta sitten
  bgrozev 28aab9fcf8
feat: Add videoType to sources signaled in jingle. (#2058) 3 vuotta sitten
  Jorge Oliveira 8446ecb1c8 fix typo in variable name 3 vuotta sitten
  Hristo Terezov 4cb919e024 fix(FF): Don't add recvonly SSRC in session-accept 3 vuotta sitten
  Jaya Allamsetty ad75454f4d fix(multi-stream) Fix VP9 bitrates in the multi-stream mode. 3 vuotta sitten
  Hristo Terezov f3a2f61e3f fix(SS):Don't send source-remove/add for FF 3 vuotta sitten
  Jaya Allamsetty 4b9757064e fix(TPC) Stop munging remote desc for imploding the SIM groups. 3 vuotta sitten
  Jaya Allamsetty d5c469527b fix(SDP): Reset sources to MSID map for plan-b clients. 3 vuotta sitten
  Jaya Allamsetty 66080c6845
fix(multi-stream): Fix local SSRC cache to include multiple video streams. (#2006) 3 vuotta sitten
  Дамян Минков f0dfacd01e feat: Adds a flag runInLiteMode useful for testing. 3 vuotta sitten
  Jaya Allamsetty 84b63fcc56 fix(multi-stream) Inject multiple SIM groups on Firefox when multiple sources are added. 3 vuotta sitten
  Jaya Allamsetty bddf523ac3
fix(video-quality) Update frame heights in content-modify for p2p. (#1983) 3 vuotta sitten
  Jaya Allamsetty 6d8060a4c6 fix(presence) Parse peer presence in legacy format correctly. 3 vuotta sitten
  Jaya Allamsetty 7e997fb71b
fix(multi-stream) fix p2p issues with secondary video sources. 3 vuotta sitten
  Jaya Allamsetty 665ab17499 fix(multi-stream) Handle source-name based presence updates. 3 vuotta sitten
  Jaya Allamsetty 66ff07cebd fix(multi-stream) Add default presence for camera tracks in source-name signaling. 3 vuotta sitten
  Jaya Allamsetty dd60d58ce4 fix(TPC) Send presence before signaling for SS tracks. 3 vuotta sitten
  Jaya Allamsetty 4a722ddbbc fix(TPC) Update the local SSRC cache when a track is replace with another. 3 vuotta sitten
  Jaya Allamsetty aed1fa446b
fix(multi-stream-support) Support muting of desktop track. 3 vuotta sitten
  Gary Hunt 768220b56c
feat(ts) typescript conversion of MediaDirection 3 vuotta sitten
  Gary Hunt 90f8d11d00 typescript conversion of service/RTC/VideoType to named export 3 vuotta sitten
  Jaya Allamsetty 313e0dd32a fix(TPC) Avoid renegotiations for p2p for mute/unmute. 3 vuotta sitten