Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomSummaryParticipant

    Participant entry in a room summary.

    interface RoomSummaryParticipant {
        joinedAt?: string;
        leftAt?: string;
        name?: string;
        type?: string;
        userId: string;
    }
    Index

    Properties

    joinedAt?: string

    When participant joined

    leftAt?: string

    When participant left

    name?: string

    Display name

    type?: string

    Participant type (authenticated, guest, etc.)

    userId: string

    User ID