@100mslive/roomkit-react
Version:

9 lines (8 loc) • 300 B
TypeScript
import React from 'react';
import { HMSHLSPlayer } from '@100mslive/hls-player';
declare type IHMSPlayerContext = {
hlsPlayer?: HMSHLSPlayer;
};
export declare const HMSPlayerContext: React.Context<IHMSPlayerContext>;
export declare const useHMSPlayerContext: () => IHMSPlayerContext;
export {};