diff --git a/docs/javascript/v2/how-to-guides/record-and-live-stream/rtmp-recording.mdx b/docs/javascript/v2/how-to-guides/record-and-live-stream/rtmp-recording.mdx index c1a802e1e4..e85394a97b 100644 --- a/docs/javascript/v2/how-to-guides/record-and-live-stream/rtmp-recording.mdx +++ b/docs/javascript/v2/how-to-guides/record-and-live-stream/rtmp-recording.mdx @@ -48,7 +48,7 @@ If both are required, they have to be started together by providing both RTMP In async start() { const params = { meetingURL: "", - rtmpURLs: [""], + rtmpURLs: [], record: true }; try {