Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
  2. Nov 12, 2020
  3. Nov 10, 2020
  4. Nov 09, 2020
    • Dixon Fred's avatar
      Merge pull request #10800 from mariogasparoni/v2.2.x-release · a74f62ef
      Dixon Fred authored
      Use iceConnectionState to monitor ICE connection status
      a74f62ef
    • Mario Jr's avatar
      Use iceConnectionState to monitor ICE connection status · 46e0c263
      Mario Jr authored
      We now use both peer's connectionstatechange and iceconnectionstatechange to monitor ICE state for audio sessions.
      The same way we did with old sip.js version, we leave iceconnectionstate trigger audio actions , such as connect, disconnect, reconnect.
      We still listen for 'failed' state for connectionstatechange event, because chrome triggers this (tested on 86+).
      This should reduce the audio error 1010 ocurrences, once some browsers (specially Chrome/Android) don't trigger connectionstatechangeevent.
      This might reduce problems reported in #10708, which still needs more investigation though.
      46e0c263
  5. Nov 08, 2020
  6. Nov 06, 2020
  7. Nov 05, 2020
  8. Oct 30, 2020
  9. Oct 28, 2020
  10. Oct 26, 2020
  11. Oct 25, 2020
  12. Oct 24, 2020
    • Anton Georgiev's avatar
      Merge pull request #10716 from mariogasparoni/v2.2.x-release · e63c49e5
      Anton Georgiev authored
      Change default value of iceGatheringTimeout to current's SIP.js default
      e63c49e5
    • Mario Jr's avatar
      Change default value of iceGatheringTimeout to current's SIP.js default · 18c20261
      Mario Jr authored
      For some reason (still investigating), using turn/coturn on 443/tcp makes firefox's iceGathering process (during echo test) takes 12+ seconds (tested on webrtc's trickle page with multiple instances).
      This was found when testing the current default (15s) on production with a private turn/coturn server on port 443/tcp. For default bbb setup (stun only), echo test still runs fast.
      To avoid adding extra delay to iceGathering on this scenario (Firefox + turn on 443/tcp), i am just setting the default value back to the 5s (old default).
      So , for those who wants to reduce the 1004 occurrences, increasing the iceGatheringTimeout could help (just be aware this adds delay on the mentioned scenario).
      18c20261
  13. Oct 23, 2020
  14. Oct 22, 2020
  15. Oct 21, 2020
  16. Oct 18, 2020
Loading