| 62 | * 发送端页面状态。 |
| 63 | */ |
| 64 | export interface SenderStatusState { |
| 65 | isIniting: boolean |
| 66 | isConnectServer: boolean |
| 67 | isConnectPeer: boolean |
| 68 | isWaitingConnect: boolean |
| 69 | isWaitingConfirm: boolean |
| 70 | isDone: boolean |
| 71 | error: MessageState |
| 72 | warn: MessageState |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * 接收端当前文件状态。 |
nothing calls this directly
no outgoing calls
no test coverage detected