Function useSpeakingParticipants

  • The useSpeakingParticipants hook returns the only the active speakers of all participants.

    Example

    const activeSpeakers = useSpeakingParticipants();
    

    Returns Participant[]

Generated using TypeDoc