Edit

Share via


AudioVideoMcuSession.BeginModifyAttendanceAnnouncements Method

Definition

Overloads

BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, AsyncCallback, Object)

Enables or disables attendance announcements.

BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, ModifyAttendanceAnnouncementOptions, AsyncCallback, Object)

Enables or disables attendance announcements.

BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, AsyncCallback, Object)

Enables or disables attendance announcements.

public:
 IAsyncResult ^ BeginModifyAttendanceAnnouncements(Microsoft::Rtc::Collaboration::AttendanceAnnouncementsStatus status, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginModifyAttendanceAnnouncements (Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus status, AsyncCallback userCallback, object state);
member this.BeginModifyAttendanceAnnouncements : Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus * AsyncCallback * obj -> IAsyncResult
Public Function BeginModifyAttendanceAnnouncements (status As AttendanceAnnouncementsStatus, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

status
AttendanceAnnouncementsStatus

The new status for attendance announcements.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown if set to Unsupported

Thrown when the parent ConferenceSession is not in a valid state or the conference does not support the corresponding MCU type.

Thrown when the parent ConferenceSession is reconnecting (FailureReason will be set to InvalidOperationReason.RetryableOperation).

Remarks

This method should be called by conference leaders only.

This operation is allowed by the server for conference leaders only.

Applies to

BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, ModifyAttendanceAnnouncementOptions, AsyncCallback, Object)

Enables or disables attendance announcements.

public:
 IAsyncResult ^ BeginModifyAttendanceAnnouncements(Microsoft::Rtc::Collaboration::AttendanceAnnouncementsStatus status, Microsoft::Rtc::Collaboration::AudioVideo::ModifyAttendanceAnnouncementOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginModifyAttendanceAnnouncements (Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus status, Microsoft.Rtc.Collaboration.AudioVideo.ModifyAttendanceAnnouncementOptions options, AsyncCallback userCallback, object state);
member this.BeginModifyAttendanceAnnouncements : Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus * Microsoft.Rtc.Collaboration.AudioVideo.ModifyAttendanceAnnouncementOptions * AsyncCallback * obj -> IAsyncResult
Public Function BeginModifyAttendanceAnnouncements (status As AttendanceAnnouncementsStatus, options As ModifyAttendanceAnnouncementOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

status
AttendanceAnnouncementsStatus

The new status for attendance announcements.

options
ModifyAttendanceAnnouncementOptions

Options to customize the operation.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown if set to Unsupported

Thrown when the parent ConferenceSession is not in a valid state or the conference does not support the corresponding MCU type.

Thrown when the parent ConferenceSession is reconnecting (FailureReason will be set to InvalidOperationReason.RetryableOperation).

Remarks

This method should be called by conference leaders only.

This operation is allowed by the server for conference leaders only.

Applies to