IceServerSettings type

Signature:

export declare type IceServerSettings = {
    urls: string[];
    username?: string;
    credential?: string;
};