Interface ITurnServerResponse

interface ITurnServerResponse {
    password: string;
    ttl: number;
    uris: string[];
    username: string;
}

Properties

password: string
ttl: number
uris: string[]
username: string