mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
18 lines
599 B
HTML
18 lines
599 B
HTML
<div id="jitsiContainer">
|
|
</div>
|
|
|
|
<div class="join-conference-wrapper">
|
|
<div class="join-conference-boat">
|
|
<div *ngIf="!isJoined" class="join-conference-prompt">
|
|
<h3>Jitsi Video Conference</h3>
|
|
<button type="button" (click)="joinConference()" class="btn btn-primary btn-large">
|
|
{{'Join Conference' | translate}}
|
|
</button><br>
|
|
<label>
|
|
{{'Start camera:' | translate}}
|
|
<input type="checkbox" name="toggleVideo" [(ngModel)]="toggleVideo" />
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|