The useIsSpeaking hook returns a boolean that indicates if the participant is speaking or not.
useIsSpeaking
boolean
const isSpeaking = useIsSpeaking(participant);
Optional
Generated using TypeDoc
The
useIsSpeaking
hook returns aboolean
that indicates if the participant is speaking or not.Example