Options
All
  • Public
  • Public/Protected
  • All
Menu

The participant interface.

Hierarchy

  • Participant

Index

Properties

audio: "" | "computer" | "phone"

User's audio state.

  • '': No audio.
  • computer: Joined by computer audio.
  • phone: Joined by phone.
avatar?: string

User's avatar. Users can set their avatar in their web profile.

bShareAudioOn?: boolean

Whether the sharer is also sharing the tab audio.

bShareToSubsession?: boolean

Whether the sharer is also sharing to the subsession.

bVideoOn: boolean

Whether the user started video.

bVideoShare?: boolean

Whether the share is optimized for video.

displayName: string

User's display name.

isAllowIndividualRecording: boolean

Whether to allow individual recording.

isHost: boolean

Whether the user is the host.

isInFailover?: boolean

Whether the user is in a failover process.

isManager: boolean

Whether the user is a manager.

isPhoneUser?: boolean

Whether the user connected via the phone.

isSpeakerOnly?: boolean

Whether the user is only connected to the audio speaker, not the microphone.

muted?: boolean

Whether audio is muted. If the user is not joined to audio (not connected to the microphone), the value is undefined

phoneNumber?: string

The phone number if the user is a public switched telephone network (PSTN) call out user. For privacy concerns, only the calling user has this property.

sharerOn: boolean

Whether the user started sharing.

sharerPause: boolean

Whether the share is paused.

userGuid?: string

The unified ID of a user among the main session or subsession.

userId: number

User ID.

userIdentity?: string

The user_identity from the JWT payload.