UNPKG

react-native-whip-whep

Version:

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

10 lines 1 kB
import { WhepClientView } from "./ReactNativeMobileWhepClientView"; import { WhipClientView } from "./ReactNativeMobileWhipClientView"; export { WhipClientView, WhepClientView }; export { VideoParameters, ReactNativeMobileWhepClientViewProps, ReactNativeMobileWhipClientViewProps, WhepClientViewRef, WhipClientViewRef, CameraId, ConnectOptions, WhipConfigurationOptions, WhepConfigurationOptions, SenderAudioCodecName, SenderVideoCodecName, ReceiverAudioCodecName, ReceiverVideoCodecName, } from "./ReactNativeMobileWhepClient.types"; export { cameras, Camera, CameraFacingDirection, ReceivableEvents as WhipReceivableEvents, } from "./ReactNativeMobileWhipClientViewModule"; export { ReceivableEvents as WhepReceivableEvents } from "./ReactNativeMobileWhepClientViewModule"; export { useEvent } from "./hooks/useEvent"; export { useEventState } from "./hooks/useEventState"; export { useWhepConnectionState, useWhipConnectionState, } from "./hooks/useConnectionState"; //# sourceMappingURL=index.d.ts.map