Recording Parameters - Prebuilt
recording
- type:
object
enabled
-
type:
Boolean -
recording.enabledenables participant to record the meeting.
webhookUrl
-
type:
String -
recording.webhookUrl, represents web hook url called when the recording of the meeting is created.
awsDirPath
-
type:
String -
recording.awsDirPathrepresents the path where recording will get stored.
autostart
-
type:
Boolean -
recording.autostartautostarts recording if set totruewhen meeting gets started.
theme
-
type:
String -
recording.themerepresents the theme of recording which can beDARK,LIGHTorDEFAULT.
meeting.init({
recording: {
enabled: true,
webhookUrl: "https://www.videosdk.live/callback",
awsDirPath: `/meeting-recordings/${meetingId}/`,
autoStart: false,
theme: "DARK" // DARK | LIGHT | DEFAULT
});
Got a Question? Ask us on discord

