iceservers with auth.

This commit is contained in:
Miroslav Šedivý
2021-03-17 15:47:50 +01:00
parent 4d967f03d0
commit 662cb53982
3 changed files with 15 additions and 9 deletions

View File

@ -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[]
}