Share via


MeetingEventDetails Class

Definition

Specific details of a Teams meeting.

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

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.

Title

Gets or sets the title of the meeting.

(Inherited from MeetingDetailsBase)

Applies to