From 2709042bd019e42de88819c0619710cd5011b7b1 Mon Sep 17 00:00:00 2001 From: Horatiu Muresan Date: Tue, 21 Nov 2023 10:43:29 +0200 Subject: [PATCH] Update start recording doc --- docs/dev-guide/iframe-commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev-guide/iframe-commands.md b/docs/dev-guide/iframe-commands.md index 627f4fa73..19ac92b71 100644 --- a/docs/dev-guide/iframe-commands.md +++ b/docs/dev-guide/iframe-commands.md @@ -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. @@ -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. }); ```