Skip to content

Commit

Permalink
fix: live-1496 error while starting beam recording with sdk method (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 authored Aug 8, 2023
1 parent 3555224 commit e75632e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit e75632e

@vercel
Copy link

@vercel vercel bot commented on e75632e Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.