matrix-dimension/web/app/widget-wrappers/jitsi/jitsi.component.html
Ahmad 9dc4e99aca translation
- the traslation feature without the changes from other branches
2020-10-23 13:30:20 +02:00

14 lines
419 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>
</div>
</div>
</div>