MeetingStartEventDetails Class

Definition

Specific details of a Teams meeting start event.

public class MeetingStartEventDetails : Microsoft.Bot.Schema.Teams.MeetingEventDetails
type MeetingStartEventDetails = class
    inherit MeetingEventDetails
Public Class MeetingStartEventDetails
Inherits MeetingEventDetails
Inheritance
MeetingStartEventDetails

Constructors

MeetingStartEventDetails()

Initializes a new instance of the MeetingStartEventDetails class.

MeetingStartEventDetails(String, Uri, String, String, DateTime)

Initializes a new instance of the MeetingStartEventDetails 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)
MeetingType

Gets or sets the meeting's type.

(Inherited from MeetingEventDetails)
StartTime

Gets or sets the meeting's start time, in UTC.

Title

Gets or sets the title of the meeting.

(Inherited from MeetingDetailsBase)

Applies to