fix: start with presentation

regression from direct share
pull/63/head
sualko 2020-05-23 12:22:54 +02:00
parent 59f5811c31
commit 1920c0e379
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $(() => {
const shareUrl = await createDirectShare(fileId);
const joinUrl = generateUrl('/apps/bbb/b/{uid}?u={url}&filename={filename}', {
uid: roomUid,
url: shareUrl + '/download',
url: shareUrl,
filename,
});