reconnecter: fallback events.

This commit is contained in:
Miroslav Šedivý
2021-07-17 16:36:56 +02:00
parent fc031c16d4
commit b403993fce
4 changed files with 45 additions and 16 deletions

View File

@ -22,7 +22,7 @@ export interface Connection {
websocket: WebSocket
webrtc: WebRTC
screencast: boolean
type: 'webrtc' | 'screencast' | 'none'
type: 'webrtc' | 'fallback' | 'none'
}
export interface WebSocket {