UNPKG

@rtcio/react

Version:

A wrapper around the @rtcio/core library for React integration

6 lines 192 B
import { useContext } from "react"; import { p2pContext } from "../Provider"; export function usePeerContext() { return useContext(p2pContext); } //# sourceMappingURL=usePeerContext.js.map