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

Detailed Description

The internal IDs of RC-authenticated users.

Property Documentation

◆ avatarToken

string RingCentral.ParticipantReducedModel.avatarToken
getset

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

◆ firstName

string RingCentral.ParticipantReducedModel.firstName
getset

First (given) name Example: John

◆ id

string RingCentral.ParticipantReducedModel.id
getset

Internal object ID Example: 78654321

◆ lastName

string RingCentral.ParticipantReducedModel.lastName
getset

Last (family) name Example: Doe

◆ linkedUser

RcwDomainUserModel RingCentral.ParticipantReducedModel.linkedUser
getset

◆ originalRole

string RingCentral.ParticipantReducedModel.originalRole
getset

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

◆ role

string RingCentral.ParticipantReducedModel.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.ParticipantReducedModel.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: