github RocketChat/Rocket.Chat 4.5.0-rc.2

latest releases: 6.5.6, 6.6.7, 6.7.1...
pre-release2 years ago

2022-02-25 · 6 🔍 · 4 👩‍💻👨‍💻

🔍 Minor changes
  • Regression: Admin Sidebar colors inverted. (#24609)

  • Regression: Bunch of settings fixes for VoIP (#24594)

  • Regression: Fix time format on Voip system messages (#24603)

  • Regression: Fixes in Voice Contextual Bar and Directory (#24596)

  • Regression: No audio when call comes from Skype/IP phone (#24602)

    The audio was not rendered because of re-rendering of react element based on
    queueCounter and roomInfo. queueCounter and roomInfo cause the dom to re-render when call gets accepted
    because after accepting call, queueCounter changes or a room gets created.
    The audio element gets recreated. But VoIP user probably holds the old one.
    The behaviour is not predictable when such case happens. If everything gets cleanly setup,
    even if the audio element goes headless, it still continues to play the remote audio.
    But in other cases, it is unreferenced the one on dom has its srcObject as null.
    This causes no audio.

    This fix provides a way to re-initialise the rendering elements in VoIP user
    and calls this function on useEffect() if the re-render has happen.

  • Regression: VoIP service button displayed when VoIP is disabled (#24598)

👩‍💻👨‍💻 Core Team 🤓

Don't miss a new Rocket.Chat release

NewReleases is sending notifications on new releases.