MeetingDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specific details of a Teams meeting.
public class MeetingDetails : Microsoft.Bot.Schema.Teams.MeetingDetailsBase
type MeetingDetails = class
inherit MeetingDetailsBase
Public Class MeetingDetails
Inherits MeetingDetailsBase
- Inheritance
Constructors
MeetingDetails() |
Initializes a new instance of the MeetingDetails class. |
MeetingDetails(String, String, Nullable<DateTime>, Nullable<DateTime>, Uri, String, String) |
Initializes a new instance of the MeetingDetails class. |
Properties
Id |
Gets or sets the meeting's Id, encoded as a BASE64 string. (Inherited from MeetingDetailsBase) |
JoinUrl |
Gets or sets the URL used to join the meeting. (Inherited from MeetingDetailsBase) |
MsGraphResourceId |
Gets or sets the MsGraphResourceId, used specifically for MS Graph API calls. |
ScheduledEndTime |
Gets or sets the meeting's scheduled end time, in UTC. |
ScheduledStartTime |
Gets or sets the meeting's scheduled start time, in UTC. |
Title |
Gets or sets the title of the meeting. (Inherited from MeetingDetailsBase) |
Type |
Gets or sets the meeting's type. |