RingCentral .Net SDK
|
The attribute declaration to indicate webinar session participant/invitee role More...
Properties | |
string | firstName [get, set] |
First (given) name Example: John More... | |
string | lastName [get, set] |
Last (family) name Example: Doe More... | |
string | email [get, set] |
User's contact email Format: email Example: john. doe@ examp le.c omMore... | |
string | jobTitle [get, set] |
Job title Example: Product Manager More... | |
RcwDomainUserModel | linkedUser [get, set] |
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 | type [get, set] |
The type of the webinar invitee Default: User Enum: User, Room More... | |
bool? | sendInvite [get, set] |
Indicates if invite/cancellation emails have to be sent to this invitee. For "Host" it cannot be set to false. If it is true it can't be changed back to false. Default: true More... | |
The attribute declaration to indicate webinar session participant/invitee role
|
getset |
|
getset |
First (given) name Example: John
|
getset |
Job title Example: Product Manager
|
getset |
Last (family) name Example: Doe
|
getset |
|
getset |
The role of the webinar session participant/invitee. See also: Understanding Webinar Roles Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee
|
getset |
Indicates if invite/cancellation emails have to be sent to this invitee. For "Host" it cannot be set to false. If it is true it can't be changed back to false. Default: true
|
getset |