Recording Parameters - Prebuilt
recording​
- type:
object
enabled​
-
type:
Boolean
-
recording.enabled
enables 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.awsDirPath
represents the path where recording will get stored.
autostart​
-
type:
Boolean
-
recording.autostart
autostarts recording if set totrue
when meeting gets started.
theme​
-
type:
String
-
recording.theme
represents the theme of recording which can beDARK
,LIGHT
orDEFAULT
.
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