Skip to content

Commit ca0ef43

Browse files
committed
feat: add geolocation permission to bbb's iframe
1 parent 6f3d633 commit ca0ef43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play/src/front/WebRtc/BBBFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class BBBFactory {
1111
}
1212

1313
const allowPolicy =
14-
"microphone *; camera *; display-capture *; clipboard-read *; clipboard-write *; screen-wake-lock *; fullscreen *";
14+
"microphone *; camera *; display-capture *; clipboard-read *; clipboard-write *; screen-wake-lock *; fullscreen *; geolocation *";
1515
const coWebsite = new BBBCoWebsite(new URL(clientURL), false, allowPolicy, undefined, false);
1616
coWebsiteManager.addCoWebsiteToStore(coWebsite, 0);
1717
coWebsiteManager.loadCoWebsite(coWebsite).catch((e) => console.error(`Error on opening co-website: ${e}`));

0 commit comments

Comments
 (0)