Share via


TeamsOperationsExtensions.SendMeetingNotificationAsync Method

Definition

Sends a notification to participants of a Teams meeting.

public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingNotificationResponse> SendMeetingNotificationAsync (this Microsoft.Bot.Connector.Teams.ITeamsOperations operations, string meetingId, Microsoft.Bot.Schema.Teams.MeetingNotificationBase notification, System.Threading.CancellationToken cancellationToken = default);
static member SendMeetingNotificationAsync : Microsoft.Bot.Connector.Teams.ITeamsOperations * string * Microsoft.Bot.Schema.Teams.MeetingNotificationBase * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.MeetingNotificationResponse>
<Extension()>
Public Function SendMeetingNotificationAsync (operations As ITeamsOperations, meetingId As String, notification As MeetingNotificationBase, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MeetingNotificationResponse)

Parameters

operations
ITeamsOperations

The operations group for this extension method.

meetingId
String

Team meeting Id.

notification
MeetingNotificationBase

Team meeting notification.

cancellationToken
CancellationToken

The cancellation token.

Returns

Information regarding which participant notifications failed.

Applies to