From b405e75d63c946b88ed99567440ab3687b2e35e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patxi=20Gort=C3=A1zar?= Date: Thu, 17 Sep 2026 08:46:21 +0200 Subject: [PATCH] docs(readme): drop the npm badges, show the openvidu-server image version, shrink the Meet screenshot - The npm badges are removed: those packages are being retired, so a badge tracking their version and weekly downloads would go stale or break. - New badge for the openvidu-server image version, currently v3.8.0. It uses sort=semver deliberately: sort=date resolves to the floating "main" tag, and the repository also publishes 2.33.0 nightlies, so a date sort would advertise a 2.x build. - The Meet screenshot rendered at full container width. GitHub's Markdown image syntax cannot carry a width, so it is now an HTML img at 560px with the same alt text and the same link to the product page. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01YNJWZkfxohu1sYpPSwp1kS --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fd0abaae..4937c7c19 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ [![Backers on Open Collective](https://opencollective.com/openvidu/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openvidu/sponsors/badge.svg)](#sponsors) [![License badge](https://img.shields.io/badge/license-Apache2-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![OpenVidu integration tests](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-integration-tests.yml/badge.svg)](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-integration-tests.yml) -[![Npm version](https://img.shields.io/npm/v/openvidu-components-angular?label=npm-version)](https://npmjs.org/package/openvidu-components-angular) -[![Npm downloads](https://img.shields.io/npm/dw/openvidu-components-angular?label=npm-downloads)](https://npmjs.org/package/openvidu-components-angular) [![Documentation](https://img.shields.io/badge/docs-openvidu.io-blue)](https://openvidu.io/latest/docs/) +[![openvidu-server version](https://img.shields.io/docker/v/openvidu/openvidu-server?sort=semver&label=openvidu-server)](https://hub.docker.com/r/openvidu/openvidu-server/tags) [![Docker badge](https://img.shields.io/docker/pulls/openvidu/openvidu-server.svg)](https://hub.docker.com/r/openvidu/openvidu-server) [![Support badge](https://img.shields.io/badge/support-sof-yellowgreen.svg)](https://openvidu.discourse.group/) [![Twitter Follow](https://img.shields.io/twitter/follow/openvidu.svg?style=social)](https://twitter.com/openvidu) @@ -30,7 +29,7 @@ conferencing application: an open-source alternative to Zoom, Google Meet and Ji needs no code to deploy, and that you can embed in your own product through a web component, a REST API and webhooks. -[![OpenVidu Meet running inside a customer support web application: a two-participant video call with recording, screen sharing, chat and call controls](https://openvidu.io/latest/assets/images/meet/embedded/use-cases/support-meeting.png)](https://openvidu.io/latest/meet/) +OpenVidu Meet running inside a customer support web application: a two-participant video call with recording, screen sharing, chat and call controls ### OpenVidu Platform