Share via


UserInfo interface

Information about the user.

Properties

displayName

Optional. The user's preferred name to show to other attendees in the meeting. Only used by PowerPoint.

participantId

Optional. Unique ID for the participant in the meeting. For example, if a single user has joined the meeting on two devices, they should have one userId and two participantIds. Supported characters are alphanumeric and hyphen.

userId

Required. Unique ID for the user which will remain the same across all of the user's interactions. Supported characters are alphanumeric and hyphen.

Property Details

displayName

Optional. The user's preferred name to show to other attendees in the meeting. Only used by PowerPoint.

displayName?: string

Property Value

string

participantId

Optional. Unique ID for the participant in the meeting. For example, if a single user has joined the meeting on two devices, they should have one userId and two participantIds. Supported characters are alphanumeric and hyphen.

participantId?: string

Property Value

string

userId

Required. Unique ID for the user which will remain the same across all of the user's interactions. Supported characters are alphanumeric and hyphen.

userId: string

Property Value

string