MeetingEndEventDetails 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 end event.
public class MeetingEndEventDetails : Microsoft.Bot.Schema.Teams.MeetingEventDetails
type MeetingEndEventDetails = class
inherit MeetingEventDetails
Public Class MeetingEndEventDetails
Inherits MeetingEventDetails
- Inheritance
Constructors
MeetingEndEventDetails() |
Initializes a new instance of the MeetingEndEventDetails class. |
MeetingEndEventDetails(String, Uri, String, String, DateTime) |
Initializes a new instance of the MeetingEndEventDetails class. |
Properties
EndTime |
Gets or sets the meeting's end time, in UTC. |
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) |
MeetingType |
Gets or sets the meeting's type. (Inherited from MeetingEventDetails) |
Title |
Gets or sets the title of the meeting. (Inherited from MeetingDetailsBase) |