RingCentral .Net SDK
Properties | List of all members
RingCentral.ParticipantBaseModel 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...
 

Detailed Description

The internal IDs of RC-authenticated users.

Property Documentation

◆ avatarToken

string RingCentral.ParticipantBaseModel.avatarToken
getset

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

◆ email

string RingCentral.ParticipantBaseModel.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.ParticipantBaseModel.firstName
getset

First (given) name Example: John

◆ id

string RingCentral.ParticipantBaseModel.id
getset

Internal object ID Example: 78654321

◆ lastName

string RingCentral.ParticipantBaseModel.lastName
getset

Last (family) name Example: Doe

◆ linkedUser

RcwDomainUserModel RingCentral.ParticipantBaseModel.linkedUser
getset

◆ originalRole

string RingCentral.ParticipantBaseModel.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.ParticipantBaseModel.qnaBlocked
getset

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

◆ role

string RingCentral.ParticipantBaseModel.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.ParticipantBaseModel.type
getset

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


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