mirror of https://github.com/sualko/cloud_bbb
parent
59f5811c31
commit
1920c0e379
|
@ -60,7 +60,7 @@ $(() => {
|
||||||
const shareUrl = await createDirectShare(fileId);
|
const shareUrl = await createDirectShare(fileId);
|
||||||
const joinUrl = generateUrl('/apps/bbb/b/{uid}?u={url}&filename={filename}', {
|
const joinUrl = generateUrl('/apps/bbb/b/{uid}?u={url}&filename={filename}', {
|
||||||
uid: roomUid,
|
uid: roomUid,
|
||||||
url: shareUrl + '/download',
|
url: shareUrl,
|
||||||
filename,
|
filename,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue