Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Oct 26, 2020
  3. Oct 22, 2020
  4. Oct 21, 2020
  5. Oct 18, 2020
  6. Oct 16, 2020
  7. Oct 15, 2020
    • Anton Georgiev's avatar
      Merge pull request #10664 from mariogasparoni/v2.2.x-release · 5610838e
      Anton Georgiev authored
      Better handling audio reconnection
      5610838e
    • Mario Jr's avatar
      Better handling audio reconnection · df67d2e6
      Mario Jr authored
      When getting disconnected with 1001 ("websocket closed unexpectedly" error) we were creating a new SIP session, therefore a new FreeSWITCH channel.
      While reconnecting the socket, instead of closing the SIP session, we keep it alive during reconnection (audio should keep working in the meantime). When reconnected we keep using this same session (avoiding the creation of an extra one).
      We also better handle WebSocket error codes from SIP.js.
      FF immediately closes websocket when unloading page, so we now to stop user agent when 'beforeunload' event is triggered, to avoid leaving open sessions in FreeSWITCH when user leaves page.
      df67d2e6
    • Zh4rsiest's avatar
      Changing isIphone value · d9de58e1
      Zh4rsiest authored
      The component expects a boolean but isIphone property return an array ["Iphone"] if the user is from an iPhone
      d9de58e1
    • Zh4rsiest's avatar
      Updating variables in container · 1a987243
      Zh4rsiest authored
      They both return an array with ["Iphone"] if you're from an iphone but the component expects bool variables.
      1a987243
    • Anton Georgiev's avatar
      Merge pull request #10659 from mariogasparoni/v2.2.x-release · 80ed0414
      Anton Georgiev authored
      Fix wrong skipCheck handling
      80ed0414
    • Mario Jr's avatar
      Fix wrong skipCheck handling · a7ab00e3
      Mario Jr authored
      We now let sip.js handle getUserMedia calls, same should happen when skipCheck is active.
      Solves #10652.
      a7ab00e3
  8. Oct 14, 2020
Loading