Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 30, 2021
  3. Jun 22, 2021
  4. Jun 16, 2021
  5. Jun 15, 2021
  6. Jun 14, 2021
  7. Jun 11, 2021
  8. Jun 10, 2021
  9. Jun 08, 2021
  10. Jun 07, 2021
  11. Jun 04, 2021
  12. Jun 03, 2021
  13. Jun 02, 2021
  14. Jun 01, 2021
  15. May 30, 2021
  16. May 29, 2021
  17. May 27, 2021
  18. May 26, 2021
    • germanocaumo's avatar
      refactor(poll): improve poll types code · c213b884
      germanocaumo authored
      this also fixes certain poll type detection for other languages than english,
      so that the correct poll type is sent in the events (they were being detected as custom)
      c213b884
  19. May 25, 2021
    • Mohamed Amine Ben Salah's avatar
      Mobile/Tablet devices automated tests for mobile/tablet on ios/android devices (#12173) · 2a9fdebd
      Mohamed Amine Ben Salah authored
      * adds unability to see screenshare button on mobile devices test specs
      
      * simplify code in testMobileDevice()
      
      * userlist and chat panels should not appear at page load in mobile devices
      
      * lint
      
      * updates outdated audio specs due to leaveAudio changes
      
      * correct clicks on disconnectAudio elements
      
      * whiteboard not visible on userlistPanel or on chatPanel
      
      * reworks mobile devices/usersagents
      
      * fixes screenshare mobile/tablet specs
      
      * adds whiteboardNotAppearOnMobile spec
      
      * adds Chat Panel specification to Mobile-Tablet specs
      
      * simplify getArgs() functions for all devices
      Unverified
      2a9fdebd
  20. May 24, 2021
  21. May 21, 2021
  22. May 20, 2021
  23. May 19, 2021
Loading