testapp: correct attribute typo in meeting container for OpenVidu component
This commit is contained in:
parent
81aea14b76
commit
f0c2e6e275
@ -78,11 +78,11 @@
|
|||||||
<!-- Main Content Section -->
|
<!-- Main Content Section -->
|
||||||
<div id="main-content" class="d-flex flex-column">
|
<div id="main-content" class="d-flex flex-column">
|
||||||
<!-- Web Component Section -->
|
<!-- Web Component Section -->
|
||||||
<div id="meeting-container" data-api-key="{{ apiKey }}">
|
<div id="meeting-container">
|
||||||
<openvidu-meet
|
<openvidu-meet
|
||||||
room-url="{{ roomUrl }}"
|
room-url="{{ roomUrl }}"
|
||||||
participant-name="{{ participantName }}"
|
participant-name="{{ participantName }}"
|
||||||
nleave-redirect-url="https://openvidu.io"
|
leave-redirect-url="https://openvidu.io"
|
||||||
></openvidu-meet>
|
></openvidu-meet>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user