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 } as const
export interface ICEServer { export interface ICEServer {
urls: string urls: string[]
username: string username: string
credential: string credential: string
} }