Interface RTCIceServer

    interface RTCIceServer {
        credential?: string;
        urls: string | string[];
        username?: string;
    }

    Properties

    credential?: string
    urls: string | string[]
    username?: string