Skip to content

Commit

Permalink
Update start recording doc
Browse files Browse the repository at this point in the history
  • Loading branch information
horymury committed Nov 21, 2023
1 parent 066a2c8 commit 2709042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev-guide/iframe-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Starts a local recording, file recording or streaming session using passed param

Additionally, Dropbox saving should be enabled on the Jitsi meet deploy config you are using.

- **File recording** - Recording mode set to **`file`**.
- **File recording** - Recording mode set to **`file`**. The **`extraMetadata`** value is optional.

Optionally, **`shouldShare`** should be passed on. No other params are required.

Expand All @@ -335,6 +335,7 @@ api.executeCommand('startRecording', {
rtmpBroadcastID: string, //the RTMP broadcast ID.
youtubeStreamKey: string, //the youtube stream key.
youtubeBroadcastID: string //the youtube broacast ID.
extraMetada: Object // any extra metada for file recording.
});
```

Expand Down

0 comments on commit 2709042

Please sign in to comment.