mirror of https://github.com/OpenVidu/openvidu.git
11 lines
380 B
HTML
11 lines
380 B
HTML
<mat-list>
|
|
<mat-list-item>
|
|
<mat-icon matListAvatar class="participant-avatar">person</mat-icon>
|
|
<h3 matLine class="participant-nickname">{{ name }}</h3>
|
|
<p matLine class="participant-subtitle">{{ connections }}</p>
|
|
<!-- <p matLine>
|
|
<span class="participant-subtitle"></span>
|
|
</p> -->
|
|
</mat-list-item>
|
|
<mat-divider *ngIf="showDividerLine"></mat-divider>
|
|
</mat-list> |