Share via


MeetingEndEventDetails Constructors

Definition

Overloads

MeetingEndEventDetails()

Initializes a new instance of the MeetingEndEventDetails class.

MeetingEndEventDetails(String, Uri, String, String, DateTime)

Initializes a new instance of the MeetingEndEventDetails class.

MeetingEndEventDetails()

Initializes a new instance of the MeetingEndEventDetails class.

public MeetingEndEventDetails ();
Public Sub New ()

Applies to

MeetingEndEventDetails(String, Uri, String, String, DateTime)

Initializes a new instance of the MeetingEndEventDetails class.

public MeetingEndEventDetails (string id, Uri joinUrl = default, string title = default, string meetingType = "Scheduled", DateTime endTime = default);
new Microsoft.Bot.Schema.Teams.MeetingEndEventDetails : string * Uri * string * string * DateTime -> Microsoft.Bot.Schema.Teams.MeetingEndEventDetails
Public Sub New (id As String, Optional joinUrl As Uri = Nothing, Optional title As String = Nothing, Optional meetingType As String = "Scheduled", Optional endTime As DateTime = Nothing)

Parameters

id
String

The meeting's Id, encoded as a BASE64 string.

joinUrl
Uri

The URL used to join the meeting.

title
String

The title of the meeting.

meetingType
String

The meeting's type.

endTime
DateTime

Timestamp for the meeting end, in UTC.

Applies to