mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Always embed to give a proper call room lobby experience
This commit is contained in:
parent
8700fe84ab
commit
4779b09879
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const getWidgetUrl = (
|
||||||
logger.error(url);
|
logger.error(url);
|
||||||
|
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
//embed: 'true',
|
embed: 'true',
|
||||||
widgetId: `element-call-${roomId}`,
|
widgetId: `element-call-${roomId}`,
|
||||||
appPrompt: 'false',
|
appPrompt: 'false',
|
||||||
preload: 'false',
|
preload: 'false',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue