[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-27 12:53:10 +02:00
الأصل 8ce1c4c2be
التزام 50558d36a5

عرض الملف

@@ -60,6 +60,43 @@
</details>
<details>
<summary>Direct Join</summary>
<br/>
- You can `join` directly to `room` by going to
- https://sfu.mirotalk.com/join?room=test&password=0&name=mirotalksfu&audio=0&video=0&screen=0&notify=0
| Params | Type | Description |
| -------- | -------------- | --------------- |
| room | string | room Id |
| password | string/boolean | room password |
| name | string | user name |
| audio | boolean | audio stream |
| video | boolean | video stream |
| screen | boolean | screen stream |
| notify | boolean | welcome message |
</details>
<details>
<summary>Embed a meeting</summary>
<br/>
Embedding a meeting into a service or app using an iframe.
```html
<iframe
allow="camera; microphone; fullscreen; display-capture; autoplay"
src="https://sfu.mirotalk.com/newroom"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```
</details>
<details open>
<summary>Quick Start</summary>
@@ -180,43 +217,6 @@ $ curl -X POST "https://sfu.mirotalk.com/api/v1/join" -H "authorization: mirotal
</details>
<details>
<summary>Direct Join</summary>
<br/>
- You can `join` directly to `room` by going to
- https://sfu.mirotalk.com/join?room=test&password=0&name=mirotalksfu&audio=0&video=0&screen=0&notify=0
| Params | Type | Description |
| -------- | -------------- | --------------- |
| room | string | room Id |
| password | string/boolean | room password |
| name | string | user name |
| audio | boolean | audio stream |
| video | boolean | video stream |
| screen | boolean | screen stream |
| notify | boolean | welcome message |
</details>
<details>
<summary>Embed a meeting</summary>
<br/>
Embedding a meeting into a service or app using an iframe.
```html
<iframe
allow="camera; microphone; fullscreen; display-capture; autoplay"
src="https://sfu.mirotalk.com/newroom"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```
</details>
<details open>
<summary>Hetzner</summary>