Skip to content

Commit

Permalink
Close quote to get correct room id
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolás committed Sep 21, 2023
1 parent 7328607 commit 8be9d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meet/themes/default/new.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
src="https://issabel.video/{$roomid}
src="https://issabel.video/{$roomid}"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>

Expand Down

0 comments on commit 8be9d77

Please sign in to comment.