fix ice servers type.

This commit is contained in:
Miroslav Šedivý 2023-03-26 21:05:11 +02:00
parent 07381e3210
commit ebeaf9bb30

View File

@ -16,7 +16,7 @@ export const OPCODE = {
} as const
export interface ICEServer {
urls: string
urls: string[]
username: string
credential: string
}