UNPKG

@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

5 lines (4 loc) 207 B
/** * @param retryCodes codes from the server reponse that needs to be retried */ export declare const fetchWithRetry: (url: RequestInfo, options: RequestInit, retryCodes?: number[]) => Promise<Response>;