Options
All
  • Public
  • Public/Protected
  • All
Menu

Subsession interface.

Hierarchy

  • Subsession2

Index

Properties

subsessionId: string

Subsession ID.

subsessionName: string

Subsession name.

userList: (Pick<Participant, "userId" | "displayName" | "avatar" | "userGuid" | "userKey"> & { isInSubsession: boolean })[]

Subsession user list.

Each entry is a subset of Participant fields plus isInSubsession, which indicates whether the user has actually joined the subsession (true) or has only been assigned to it (false).