2017-12-10 02:59:36 -05:00
|
|
|
<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">
|
2020-10-23 07:30:20 -04:00
|
|
|
{{'Join Conference' | translate}}
|
2020-03-28 10:44:59 -04:00
|
|
|
</button><br>
|
|
|
|
<label>
|
2020-12-28 22:40:41 -05:00
|
|
|
{{'Start camera:' | translate}}
|
2020-03-28 10:44:59 -04:00
|
|
|
<input type="checkbox" name="toggleVideo" [(ngModel)]="toggleVideo" />
|
|
|
|
</label>
|
2017-12-10 02:59:36 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-10-23 07:30:20 -04:00
|
|
|
</div>
|