Function useIsSpeaking

  • The useIsSpeaking hook returns a boolean that indicates if the participant is speaking or not.

    Example

    const isSpeaking = useIsSpeaking(participant);
    

    Parameters

    • Optional participant: default

    Returns boolean

Generated using TypeDoc