Participant: { screenName: string; participantId: string; participantUUID: string; role: string }

Type declaration

  • screenName: string

    The user's screen name

  • participantId: string

    A temporary participant-identifier - changes each time users join meetings or navigate between breakout rooms

    Deprecated

    use participantUUID instead of participantId

  • participantUUID: string

    A meeting-specific participant-identifier - it persists as users navigate between breakout rooms or briefly loses connections

  • role: string

    The user's role

Generated using TypeDoc