how can I Pre-upload Slides with bigbluebutton-js npm package?
let meetingCreateUrl = await api.administration.create(roomName, roomId, {
attendeePW: attendeepassword,
moderatorPW: moderatorpassword,
record:true,
allowStartStopRecording:false,
autoStartRecording:true,
maxParticipants:200,
})
http(meetingCreateUrl)