mirror of https://github.com/OpenVidu/openvidu.git
docs(readme): add a screenshot of the Meet application itself, before the embedded one
The README only showed Meet embedded in a host application, which is the second story. It now leads with the product as deployed — a real two-person meeting captured from a local 3.8.0 deployment — and says plainly that using it requires no code and that it is brandable. The embedded screenshot follows, with the iframe and web-component route stated explicitly. The new image is committed to the repo (docs/images/, 88 KB at 1120x630) rather than hotlinked, because no standalone Meet screenshot is published on openvidu.io: the site demonstrates the app with video, and its only stills are the three embedded use-case shots. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YNJWZkfxohu1sYpPSwp1kSgeo/readme-entity-fixes
parent
b405e75d63
commit
c1d7b4750b
15
README.md
15
README.md
|
|
@ -25,11 +25,18 @@ with over a decade of experience building WebRTC systems. It ships as two produc
|
|||
### OpenVidu Meet
|
||||
|
||||
**[OpenVidu Meet](https://openvidu.io/latest/meet/)** is a ready-to-use, self-hosted video
|
||||
conferencing application: an open-source alternative to Zoom, Google Meet and Jitsi Meet that
|
||||
needs no code to deploy, and that you can embed in your own product through a web component,
|
||||
a REST API and webhooks.
|
||||
conferencing application: an open-source alternative to Zoom, Google Meet and Jitsi 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>
|
||||
**Using it requires no code.** You deploy it and it works — rooms, recordings, chat, screen
|
||||
sharing and moderation included. It is also highly customizable: brand it with your own name,
|
||||
logo and colours, and choose which features each participant gets.
|
||||
|
||||
<a href="https://openvidu.io/latest/meet/"><img src="docs/images/openvidu-meet-app.jpg" alt="The OpenVidu Meet application: a video meeting with two participants, the self-view, and the toolbar with camera, microphone, screen sharing, captions and recording controls" width="560"></a>
|
||||
|
||||
**With minimal effort it embeds into your own application**, through an `<iframe>` or the
|
||||
OpenVidu Meet **web component**, and is driven from your backend with a REST API and webhooks:
|
||||
|
||||
<a href="https://openvidu.io/latest/meet/embedded/"><img src="https://openvidu.io/latest/assets/images/meet/embedded/use-cases/support-meeting.png" alt="OpenVidu Meet embedded inside a customer support web application: a two-participant video call with recording, screen sharing, chat and call controls, surrounded by the host application's own interface" width="560"></a>
|
||||
|
||||
### OpenVidu Platform
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Loading…
Reference in New Issue