Interface ITurnServer

interface ITurnServer {
    credential: string;
    urls: string[];
    username: string;
}

Properties

credential: string
urls: string[]
username: string