IceServerSettings type

Signature:

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