Start a call
{{ selectedCallPeer.displayName }}
Choose whether to place a full video call or audio only.
Fullscreen conversation
{{ displayedPeer()?.displayName ?? 'Conversation' }}
@if (currentUser(); as connectedUser) {
β
} @else {
{{ connectedUser.displayName }}
@if (displayedPeer(); as selectedPeer) {
@if (peerDropdownOpen()) {
}
}
Signaling
β
}