tiny UI imrovments
This commit is contained in:
@@ -140,6 +140,10 @@ export class ChatPageComponent {
|
||||
return 'offline';
|
||||
}
|
||||
|
||||
canReconnectWebRtc(): boolean {
|
||||
return this.indicatorTone(this.webRtcState()) === 'offline';
|
||||
}
|
||||
|
||||
async switchPeer(peerId: string): Promise<void> {
|
||||
if (!peerId || peerId === this.peerId()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user