Skip to content
Snippets Groups Projects
  1. Jun 03, 2021
  2. Jun 02, 2021
  3. Jun 01, 2021
  4. May 31, 2021
  5. May 30, 2021
    • Pedro Beschorner Marin's avatar
      fix!(recording): moderator only webcams · 0e34d723
      Pedro Beschorner Marin authored
      BREAKING CHANGE: fix typo at moderator only webcams recorded event.
      0e34d723
    • Pedro Beschorner Marin's avatar
      feat(guests): notification settings · 21a7324f
      Pedro Beschorner Marin authored
      Avoid showing the guest's notification toggles at client's settings if the guest
      policy isn't `ASK_MODERATOR`.
      21a7324f
    • Pedro Beschorner Marin's avatar
      feat(recording): record role change event · ed64e330
      Pedro Beschorner Marin authored
      Reuse `ParticipantStatusChangeEvent` record event, already used by emojis and
      webcam streams, to record `UserRoleChangedEvtMsg`.
      
      Role change is stored at `events.xml` as:
      
      - promotion
      ```
        <event timestamp="2068340" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent">
          <timestampUTC>1622384175759</timestampUTC>
          <date>2021-05-30T14:16:15.759Z</date>
          <status>role</status>
          <userId>w_fowyht7g0tfi</userId>
          <value>MODERATOR</value>
        </event>
      ```
      
      - demotion
      ```
        <event timestamp="2071437" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent">
          <timestampUTC>1622384178855</timestampUTC>
          <date>2021-05-30T14:16:18.855Z</date>
          <status>role</status>
          <userId>w_fowyht7g0tfi</userId>
          <value>VIEWER</value>
        </event>
      ```
      ed64e330
    • Dixon Fred's avatar
      Update bbb-conf · 8ade9d1f
      Dixon Fred authored
      Minor update to test build
      8ade9d1f
  6. May 29, 2021
  7. May 27, 2021
  8. May 26, 2021
  9. 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
      2a9fdebd
Loading