mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
iceservers with auth.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { ICEServer } from '../internal/webrtc'
|
||||
|
||||
export interface Message {
|
||||
event: string | undefined
|
||||
payload: any
|
||||
@ -34,8 +36,7 @@ export interface SystemDisconnect {
|
||||
export interface SignalProvide {
|
||||
event: string | undefined
|
||||
sdp: string
|
||||
lite: boolean
|
||||
ice: string[]
|
||||
iceservers: ICEServer[]
|
||||
video: string
|
||||
videos: string[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user