RingCentral .Net SDK
Properties | List of all members
RingCentral.ParticipantExtendedModel Class Reference

The internal IDs of RC-authenticated users. More...

Properties

string id [get, set]
 Internal object ID Example: 78654321 More...
 
string firstName [get, set]
 First (given) name Example: John More...
 
string lastName [get, set]
 Last (family) name Example: Doe More...
 
string role [get, set]
 The role of the webinar session participant/invitee. See also: Understanding Webinar Roles Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee More...
 
string originalRole [get, set]
 The role of the webinar session participant/invitee. See also: Understanding Webinar Roles Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee More...
 
RcwDomainUserModel linkedUser [get, set]
 
string avatarToken [get, set]
 A token to access avatar image from CDN. Available only for authenticated panelists Example: wedyugwied8wud98u90i329silqdjalidj More...
 
string type [get, set]
 The type of the participant specified in invite or determined at join time Required Default: User Enum: User, Room More...
 
string email [get, set]
 User's contact email Format: email Example: john..nosp@m.doe@.nosp@m.examp.nosp@m.le.c.nosp@m.om More...
 
bool? qnaBlocked [get, set]
 Boolean to indicate if the participant was blocked from Q&A Example: true More...
 
string joinTime [get, set]
 The time (earliest) when this participant joined the session Format: date-time More...
 
string leaveTime [get, set]
 The time (latest) when this participant left the session Format: date-time More...
 
bool? wasEjected [get, set]
 Indicates if this participant was ejected from the webinar More...
 
string inviteeId [get, set]
 For invited participants - Invitee ID (matches Configuration API Invitee IDs) More...
 
string registrantId [get, set]
 Registrant ID Example: 12345678 More...
 
string uniqueUserHash [get, set]
 The hash string which is unique for each unique user Example: qzR4wNbddziRil7i033ELlb3KXrJDsw8mOyj970J+so= More...
 

Detailed Description

The internal IDs of RC-authenticated users.

Property Documentation

◆ avatarToken

string RingCentral.ParticipantExtendedModel.avatarToken
getset

A token to access avatar image from CDN. Available only for authenticated panelists Example: wedyugwied8wud98u90i329silqdjalidj

◆ email

string RingCentral.ParticipantExtendedModel.email
getset

User's contact email Format: email Example: john..nosp@m.doe@.nosp@m.examp.nosp@m.le.c.nosp@m.om

◆ firstName

string RingCentral.ParticipantExtendedModel.firstName
getset

First (given) name Example: John

◆ id

string RingCentral.ParticipantExtendedModel.id
getset

Internal object ID Example: 78654321

◆ inviteeId

string RingCentral.ParticipantExtendedModel.inviteeId
getset

For invited participants - Invitee ID (matches Configuration API Invitee IDs)

◆ joinTime

string RingCentral.ParticipantExtendedModel.joinTime
getset

The time (earliest) when this participant joined the session Format: date-time

◆ lastName

string RingCentral.ParticipantExtendedModel.lastName
getset

Last (family) name Example: Doe

◆ leaveTime

string RingCentral.ParticipantExtendedModel.leaveTime
getset

The time (latest) when this participant left the session Format: date-time

◆ linkedUser

RcwDomainUserModel RingCentral.ParticipantExtendedModel.linkedUser
getset

◆ originalRole

string RingCentral.ParticipantExtendedModel.originalRole
getset

The role of the webinar session participant/invitee. See also: Understanding Webinar Roles Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee

◆ qnaBlocked

bool? RingCentral.ParticipantExtendedModel.qnaBlocked
getset

Boolean to indicate if the participant was blocked from Q&A Example: true

◆ registrantId

string RingCentral.ParticipantExtendedModel.registrantId
getset

Registrant ID Example: 12345678

◆ role

string RingCentral.ParticipantExtendedModel.role
getset

The role of the webinar session participant/invitee. See also: Understanding Webinar Roles Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee

◆ type

string RingCentral.ParticipantExtendedModel.type
getset

The type of the participant specified in invite or determined at join time Required Default: User Enum: User, Room

◆ uniqueUserHash

string RingCentral.ParticipantExtendedModel.uniqueUserHash
getset

The hash string which is unique for each unique user Example: qzR4wNbddziRil7i033ELlb3KXrJDsw8mOyj970J+so=

◆ wasEjected

bool? RingCentral.ParticipantExtendedModel.wasEjected
getset

Indicates if this participant was ejected from the webinar


The documentation for this class was generated from the following file: