fix presentation download
this fixes the presentation download. This slipped through in commit
c46556e1f6
Sorry for that.
This commit is contained in:
parent
9b143e80bc
commit
e052b1f773
@ -21,7 +21,7 @@ const downloadPresentationUri = (podId) => {
|
||||
const presentationFileName = `${currentPresentation.id}.${currentPresentation.name.split('.').pop()}`;
|
||||
|
||||
const APP = Meteor.settings.public.app;
|
||||
const uri = `https://${APP.bbbWebBase}/presentation/download/`
|
||||
const uri = `${APP.bbbWebBase}/presentation/download/`
|
||||
+ `${currentPresentation.meetingId}/${currentPresentation.id}`
|
||||
+ `?presFilename=${encodeURIComponent(presentationFileName)}`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user