UNPKG

@huddle01/react

Version:

The Huddle01 React SDK offers a comprehensive suite of hooks, methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.

8 lines (6 loc) 169 B
declare const useActivePeers: () => { activePeerIds: string[]; dominantSpeakerId: string; updateSize: (size: number) => void; }; export { useActivePeers };