NEW FEATURES
Share the screen audio in screen-sharing publishers
Now you can share the screen audio when initializaing a screen sharing Publisher. Check it our here.
New directives in OpenVidu Components
Including:
- Added simulcast directive to allow enabling the simulcast feature. Only available if Openvidu is deployed with Mediasoup (Enterprise Edition).
- Added stream resolution directive to allow configuring a custom video resolution value.
- Added stream frame rate directive to allow configuring the frames per second of each stream.
BUG FIXES
- An annoying bug was causing issues after a random network drop in the client side. Some participants may remain in a “ghost” state, appearing to be still connected to the session when in fact there was no longer any connection between the client and the server. This in the end was causing affected Sessions to not being properly closed. The problem has now been addressed and any ghost participant is evicted from the session as soon as it is detected. Related issue (756).