Skip to content
Snippets Groups Projects
  1. Jul 22, 2021
  2. Jul 20, 2021
    • Mario Jr's avatar
      fix(audio): prevent duplicated error logging · 6db69c39
      Mario Jr authored
      We now let audio-manager log errors, using the specified error code.
      These errors are still logged in bridge layer, but as a warning.
      This commit doens't change error codes behavior, they are still being
      logged as errors and with the same code numbers.
      6db69c39
  3. Jul 15, 2021
  4. Jul 12, 2021
  5. Jul 09, 2021
  6. Jul 06, 2021
  7. Jul 05, 2021
  8. Jul 02, 2021
  9. Jul 01, 2021
    • Mario Jr's avatar
      feat(audio): use kurento's trickle-ice to improve mic negotiation · 287c4eb6
      Mario Jr authored
      Here's what we do when user activates mic:
      1 - When we do something similar to listenonly's joining process
      until we find a valid candidate-pair. The information about this
      local candidate is store.
      2 - We then start a new userAgent, and as soon as browser finds
      a candidate with the same local ip address, we leave only this
      candidate in the SDP and send this to FreeSWITCH. SDP should
      contain only a single candidate.
      3 - The rest of signaling process is basically the same.
      287c4eb6
  10. Jun 30, 2021
Loading