2307 次程式碼提交 (master)

作者 SHA1 備註 提交日期
  Jaya Allamsetty f0dd403951 fix(JingleSession) start modification queue after session is established. 2 年之前
  Jorge Oliveira 1714bf079c fix(e2ee) call correct function to update key 2 年之前
  damencho a41aa571b8 feat: Adds an option to disable local stats. 2 年之前
  Jaya Allamsetty c520877a03
fix(stats) Obtain resolution/fps from 'outbound-rtp' stats. (#2265) 2 年之前
  Mihaela Dumitru 5d7cb31f68 feat(bandwidth) send bandwidth constraints to the bridge 2 年之前
  damencho cf2914ddfc feat: Adds debug log around connected. 2 年之前
  Jaya Allamsetty 7f0012f7dc fix(codec-selection) Calc preferred codec after media session is established. 2 年之前
  Jaya Allamsetty c8d76d4ad7 fix(audio-levels) check if local stats are supported before starting stats collection. 2 年之前
  Saúl Ibarra Corretgé ff7008ccb0 fix(BrowserCapabilities) drop no longer used file 2 年之前
  Jaya Allamsetty 99feab14c0 fix(statistics) Use RTCRtpReceiver:getSynchronizationSources for audioLevels always. 2 年之前
  Jaya Allamsetty a23a8c7c9d fix(ssrc-rewriting) Update mute state after source is re-mapped. 2 年之前
  Jaya Allamsetty a8ef8bef02 fix(ssrc-rewriting) Set track owners to null when remote participant leaves. 2 年之前
  damencho 5d3ce8c2b9 feat: Jibri will ignore redirects for visitors. 2 年之前
  damencho 6b71d39b21 feat: Clean up immediately when room is not joined. 2 年之前
  Jaya Allamsetty a1bbdc1f6b remove redundant option - enableCallStats 2 年之前
  Jaya Allamsetty d2ad6f3175 cleanup code related to unused abTesting.enableSuspendVideoTest config. 2 年之前
  Jaya Allamsetty 6dc9dbfadd fix(config) Ignore enableUnifiedOnChrome flag in config.js, always enable unified-plan. 2 年之前
  Jaya Allamsetty 87bce92fc6 fix(JingleSession) Avoid pushing encodings configuration task to the queue. 2 年之前
  bgrozev 28d5f6b2c2
Add a feature flag and xmpp-caps entry for joining as a visitor. (#2247) 2 年之前
  Jaya Allamsetty 05edc9b599
fix(TPC) Avoid applying constraints on desktop tracks if not needed. (#2246) 2 年之前
  Дамян Минков b6a5a8d958
feat(visitors): Visitors chat. (#2245) 2 年之前
  Jaya Allamsetty bf79fef601 fix(ScreenObtainer) Request high resolutions by default. 2 年之前
  Дамян Минков 51bda6ff6c
fix: Update xmpp element for visitors. (#2243) 2 年之前
  Jaya Allamsetty 9f3ed249a1
fix(TPC) Chain all RTCRtpSender.setParameters calls. (#2242) 2 年之前
  Дамян Минков 6e6c7d8915
feat: Listens for visitor IQs. (#2241) 2 年之前
  Saúl Ibarra Corretgé 780a7d0f1e chore(deps) strophe.js@1.6.0 2 年之前
  bgrozev ba7ddbdce7
Only fire DATA_CHANNEL_CLOSED when using a websocket. (#2237) 2 年之前
  bgrozev e33c58364c
feat: Add initial-last-n to jingle if config.channelLastN is set. (#2232) 2 年之前
  Jaya Allamsetty 5155e55021 fix(codec-selection) Apply codec preferences to initial offer/answer. 2 年之前
  Daniel McAssey 1d99f862c8 fix(ScreenObtainer): make electron desktop resolution constraints configurable 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 年之前
  Hristo Terezov 69eee5b5b5 fix(onPresence): extract anonymous function 2 年之前
  Jaya Allamsetty df2c309658 fix(BridgeChannel): Attempt conn retries when there are remote endpoints. 2 年之前
  Nils Ohlmeier 440c542018 fix(SDP): extmap's are allowed at session level 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 年之前
  Jonathan Lennox f4877406d6
Translate extmap-allow-mixed between SDP and Jingle. (#2212) 2 年之前
  Jaya Allamsetty 5855ca72f6
feat(ssrc-rewriting) Advertise support to Jicofo. (#2209) 2 年之前
  Jaya Allamsetty 5713cb0d6d
Feat ssrc rewriting (#2192) 2 年之前
  bgrozev e0da464b2a
fix: Bring back code setting externalAuthEnabled. (#2207) 2 年之前
  Saúl Ibarra Corretgé 5fa9814e99 feat(statistics) drop support for WiFiStats 2 年之前
  Jaya Allamsetty 4d6873c2f4
fix(SignalingLayer) Update SSRC owners on leave. (#2184) 2 年之前
  Boris Grozev 10acace65f fix: Fix setting machineUid when sending conference-request. 2 年之前
  Jaya Allamsetty 2028cce309 fix(quality-control) Fix receiver constraints for default case. 2 年之前
  Jaya Allamsetty e275d886b2 fix(qualitycontrol): Cleanup old receiver constraints. 2 年之前
  Jaya Allamsetty ca3e361186 ref(TPC): Cleanup flags related to low fps screenshare. 2 年之前
  Jaya Allamsetty a85022d992 ref(ScreenObtainer): Always set the resolution constraints for SS. 2 年之前
  Jaya Allamsetty 0fc0a3ff31 fix(JitsiTrack) Add setSourceName/getSourceName methods to JitsiTrack class. 2 年之前