@100mslive/hms-video-store
Version:
@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow
8 lines (7 loc) • 312 B
TypeScript
import { HMSICEServer } from '../interfaces';
export declare const transformIceServerConfig: (defaultConfig?: RTCIceServer[], iceServers?: HMSICEServer[]) => RTCIceServer[] | {
urls: string[];
credentialType: string;
credential: string | undefined;
username: string | undefined;
}[] | undefined;