Package com.ringcentral.definitions
Class ParticipantBaseModel
java.lang.Object
com.ringcentral.definitions.ParticipantBaseModel
The internal IDs of RC-authenticated users.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA token to access avatar image from CDN.User's contact email Format: email Example: john.doe@example.comFirst (given) name Example: JohnInternal object ID Example: 78654321Last (family) name Example: DoeThe role of the webinar session participant/invitee.Boolean to indicate if the participant was blocked from Q&A Example: trueThe role of the webinar session participant/invitee.The type of the participant specified in invite or determined at join time Required Default: User Enum: User, Room -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavatarToken
(String avatarToken) linkedUser
(RcwDomainUserModel linkedUser) originalRole
(String originalRole) qnaBlocked
(Boolean qnaBlocked)
-
Field Details
-
id
Internal object ID Example: 78654321 -
firstName
First (given) name Example: John -
lastName
Last (family) name Example: Doe -
role
The role of the webinar session participant/invitee. See also: [Understanding Webinar Roles](https://support.ringcentral.com/webinar/getting-started/understanding-ringcentral-webinar-roles.html) Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee -
originalRole
The role of the webinar session participant/invitee. See also: [Understanding Webinar Roles](https://support.ringcentral.com/webinar/getting-started/understanding-ringcentral-webinar-roles.html) Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee -
linkedUser
-
avatarToken
A token to access avatar image from CDN. Available only for authenticated panelists Example: wedyugwied8wud98u90i329silqdjalidj -
type
The type of the participant specified in invite or determined at join time Required Default: User Enum: User, Room -
email
User's contact email Format: email Example: john.doe@example.com -
qnaBlocked
Boolean to indicate if the participant was blocked from Q&A Example: true
-
-
Constructor Details
-
ParticipantBaseModel
public ParticipantBaseModel()
-
-
Method Details
-
id
-
firstName
-
lastName
-
role
-
originalRole
-
linkedUser
-
avatarToken
-
type
-
email
-
qnaBlocked
-