Skip to main content
Version: 0.3.x

Recording Parameters - Prebuilt

recording

  • type: object

enabled

  • type: Boolean

  • recording.enabled enables partcipant 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.awsDirPath represents the path where recording will get stored.

autostart

  • type: Boolean

  • recording.autostart autostarts recording if set to true when meeting gets started.

theme

  • type: String

  • recording.theme represents the theme of recording which can be DARK , LIGHT or DEFAULT.

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