The CreateSessionRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CreateSessionRequest | Initializes a new instance of the CreateSessionRequest class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Attendees |
Gets or sets list of user names allowed to join a session. A wildcard '*' matches all users attempting to join.
| |
| Lifetime |
Gets or sets the lifetime of the session. Can be up to 30 days. The session will automatically be erased after expiration of this timespan.
| |
| ManagementID |
Gets or sets the owner's management secret required to enumerate, modify, wipe sessions.
| |
| MeetingToken |
Gets or sets the meeting token of the session.
| |
| OwnerEmail |
Gets or sets email address of organizer of the session.
| |
| OwnerName |
Gets or sets the organizer of the session.
| |
| SessionName |
Gets or sets the name of the session.
|
See Also