UNPKG

@connectycube/use-calls

Version:

A React hook for state management in ConnectyCube-powered audio/video calls solutions

6 lines 362 B
export { default as LocalStreamView } from "./components/local-stream"; export { default as RemoteStreamView } from "./components/remote-stream"; export { default as useCalls } from "./hooks/useCalls"; export { ActiveMedia, CallDataType } from "./hooks/useCallsStore"; export { CallType, MediaType } from "connectycube/types"; //# sourceMappingURL=index.d.ts.map