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