mirror of https://github.com/OpenVidu/openvidu.git
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YNJWZkfxohu1sYpPSwp1kSgeo/readme-entity-fixes
parent
1ef3d6fece
commit
b405e75d63
|
|
@ -1,11 +1,10 @@
|
||||||
[](#backers) [](#sponsors)
|
[](#backers) [](#sponsors)
|
||||||
[](http://www.apache.org/licenses/LICENSE-2.0)
|
[](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
[](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-integration-tests.yml)
|
[](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-integration-tests.yml)
|
||||||
[](https://npmjs.org/package/openvidu-components-angular)
|
|
||||||
[](https://npmjs.org/package/openvidu-components-angular)
|
|
||||||
|
|
||||||
|
|
||||||
[](https://openvidu.io/latest/docs/)
|
[](https://openvidu.io/latest/docs/)
|
||||||
|
[](https://hub.docker.com/r/openvidu/openvidu-server/tags)
|
||||||
[](https://hub.docker.com/r/openvidu/openvidu-server)
|
[](https://hub.docker.com/r/openvidu/openvidu-server)
|
||||||
[](https://openvidu.discourse.group/)
|
[](https://openvidu.discourse.group/)
|
||||||
[](https://twitter.com/openvidu)
|
[](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,
|
needs no code to deploy, and that you can embed in your own product through a web component,
|
||||||
a REST API and webhooks.
|
a REST API and webhooks.
|
||||||
|
|
||||||
[](https://openvidu.io/latest/meet/)
|
<a href="https://openvidu.io/latest/meet/"><img src="https://openvidu.io/latest/assets/images/meet/embedded/use-cases/support-meeting.png" alt="OpenVidu Meet running inside a customer support web application: a two-participant video call with recording, screen sharing, chat and call controls" width="560"></a>
|
||||||
|
|
||||||
### OpenVidu Platform
|
### OpenVidu Platform
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue