mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
reconnecter: fallback events.
This commit is contained in:
@ -22,7 +22,7 @@ export interface Connection {
|
||||
websocket: WebSocket
|
||||
webrtc: WebRTC
|
||||
screencast: boolean
|
||||
type: 'webrtc' | 'screencast' | 'none'
|
||||
type: 'webrtc' | 'fallback' | 'none'
|
||||
}
|
||||
|
||||
export interface WebSocket {
|
||||
|
Reference in New Issue
Block a user