Comment typo
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
e9b963080c
commit
64e30c89e3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export interface PTTState {
|
||||||
transmitBlocked: boolean;
|
transmitBlocked: boolean;
|
||||||
// connected is actually an indication of whether we're connected to the HS
|
// connected is actually an indication of whether we're connected to the HS
|
||||||
// (ie. the client's syncing state) rather than media connection, since
|
// (ie. the client's syncing state) rather than media connection, since
|
||||||
// it's peer to peer so we can't really say once peer is 'disconnected' if
|
// it's peer to peer so we can't really say which peer is 'disconnected' if
|
||||||
// there's only one other person in the call and they've lost Internet.
|
// there's only one other person in the call and they've lost Internet.
|
||||||
connected: boolean;
|
connected: boolean;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue