fix: Fix multiple bugs with new authentication flow
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
[connected]="isParticipantConnected(user)"
|
||||
[speaking]="isSpeaking(user)"
|
||||
[issueLabel]="participantIssueLabel(user)"
|
||||
[passive]="isPassiveCallParticipant(user)"
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
@@ -164,6 +165,7 @@
|
||||
[connected]="isParticipantConnected(user)"
|
||||
[speaking]="isSpeaking(user)"
|
||||
[issueLabel]="participantIssueLabel(user)"
|
||||
[passive]="isPassiveCallParticipant(user)"
|
||||
[compact]="true"
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user