UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

8 lines (7 loc) 433 B
import React from 'react'; import { ConferencingScreen, DefaultConferencingScreen_Elements, HLSLiveStreamingScreen_Elements } from '@100mslive/types-prebuilt'; export declare const VideoStreamingSection: ({ screenType, elements, hideControls, }: { screenType: keyof ConferencingScreen; elements: DefaultConferencingScreen_Elements | HLSLiveStreamingScreen_Elements; hideControls: boolean; }) => React.JSX.Element | null;