mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix ice servers type.
This commit is contained in:
parent
07381e3210
commit
ebeaf9bb30
@ -16,7 +16,7 @@ export const OPCODE = {
|
||||
} as const
|
||||
|
||||
export interface ICEServer {
|
||||
urls: string
|
||||
urls: string[]
|
||||
username: string
|
||||
credential: string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user