Function useRemoteParticipant

  • The useRemoteParticipant hook returns the RemoteParticipant with the given identity.

    Remarks

    To optimize performance, you can use the updateOnlyOn property to decide on what ParticipantEvents the hook updates.

    Example

    const participant = useRemoteParticipant('Russ');
    

    Parameters

    Returns RemoteParticipant | undefined

Generated using TypeDoc