Skip to content

Instantly share code, notes, and snippets.

@pabloFuente
Created July 23, 2021 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pabloFuente/e596d936d4fa08b111aa3f4139f23534 to your computer and use it in GitHub Desktop.
Save pabloFuente/e596d936d4fa08b111aa3f4139f23534 to your computer and use it in GitHub Desktop.

NEW FEATURES

Beta support for mediasoup

OpenVidu Enterprise edition is available in beta, free of charge for a limited time. It includes mediasoup support as Media Server, which includes a great boost in performance and quality. To test it you need an OpenVidu Pro license. Visit OpenVidu Enterprise documentation{:target="_blank"} to learn how to enable it.

New supported browsers in iOS

Safari was the only supported browser in iOS until 2.19.0. Now latest versions of Chrome, Firefox, Microsoft Edge and Opera are also supported in iPhones and iPads.

New Timeline View in OpenVidu Inspector

OpenVidu Inspector brings the Timeline View for your sessions. It provides a quick and visual way to review the events and actions that took place in a session, ordered in time. You can also filter by user or event type.

BUG FIXES

  • OpenVidu Pro : fix for autoscaling event{:target="_blank"}. Property system.status.avgLoad had an invalid JSON value when numNodes was 0.
  • COMPOSED recordings: characters of non-european fonts could not be properly displayed in the recording layout. Lack of fonts in the recording module made these chars to show up like ?. Now they will be displayed fine for the following language groups: Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek, Turkish, Arabic, Simplified and Traditional Chinese, Hebrew, Japanese, Korean, Thai. Note that special versions of these chars (bold, italic....) could still be problematic to be shown in the recording layout.
  • COMPOSED recordings: an annoying Chrome translate banner could appear on the recording file if the layout was recognized in a language different than English. Now this banner won't show up.

BREAKING CHANGES

WebHook/CDR event sessionCreated{:target="_blank"} is triggered earlier in time, and for all sessions. Before, it was only launched after the first user joined the session. Now it is launched after successfully initializing a session through REST API or server SDKs. This also means that sessionDestroyed event wasn't being launched before for sessions that haven't had any user connected to it. Now it is. We consider this to be a more predictable and more consistent behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment