Package com.ringcentral.definitions
Class InviteeModel
java.lang.Object
com.ringcentral.definitions.InviteeModel
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: 78654321Indicates that this invitee joined the session Required Example: trueLast (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.Indicates if invite/cancellation emails was sent to this 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) sendInvite
(Boolean sendInvite)
-
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 -
sendInvite
Indicates if invite/cancellation emails was sent to this invitee. Required Example: true -
joined
Indicates that this invitee joined the session Required Example: true
-
-
Constructor Details
-
InviteeModel
public InviteeModel()
-
-
Method Details
-
id
-
firstName
-
lastName
-
role
-
originalRole
-
linkedUser
-
avatarToken
-
type
-
email
-
qnaBlocked
-
sendInvite
-
joined
-