Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
  2. Nov 24, 2020
  3. Nov 23, 2020
  4. Nov 19, 2020
  5. Nov 18, 2020
  6. Nov 17, 2020
  7. Nov 16, 2020
  8. Nov 13, 2020
  9. Nov 12, 2020
  10. Nov 11, 2020
    • prlanzarin's avatar
      [html5/webrtc] Fix tryGenerateIceCandidates rejections, put it behind a flag · 8dda22f8
      prlanzarin authored
      Fixed two occurrences where the tryGenerateIceCandidates workaround rejected without an error, which borked the callers error handling
      
      Also put it behind a config flag. This workaround used to be important when Kurento didnt infer prflx candidates properly, but that`s no longer the case. With the flag, we can disable the workaround to see if there`s any visible regression and hopefully remove it down the road
      8dda22f8
  11. Nov 10, 2020
  12. 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
  13. Nov 08, 2020
  14. Nov 06, 2020
Loading