UNPKG

react-native-whip-whep

Version:

An implementation of WHIP and WHEP protocols functionalities for React Native.

8 lines 774 B
import { WhipClientView, WhepClientView } from "./ReactNativeMobileWhepClientView"; export { WhipClientView, WhepClientView }; export { VideoParameters, ReactNativeMobileWhepClientViewProps, WhepClientViewRef, CameraId, ConnectOptions, WhipConfigurationOptions, WhepConfigurationOptions, SenderAudioCodecName, SenderVideoCodecName, ReceiverAudioCodecName, ReceiverVideoCodecName, } from "./ReactNativeMobileWhepClient.types"; export { WhepClient, WhipClient, cameras, Camera, CameraFacingDirection, } from "./ReactNativeMobileWhepClientModule"; export { useEvent } from "./hooks/useEvent"; export { useEventState } from "./hooks/useEventState"; export { useWhepConnectionState, useWhipConnectionState, } from "./hooks/useConnectionState"; //# sourceMappingURL=index.d.ts.map