interface TurnServer {
    password?: string;
    ttl?: number;
    urls: string[];
    username?: string;
}

Properties

password?: string
ttl?: number
urls: string[]
username?: string