ConferenceScheduleInformation.AttendanceAnnouncementsStatus Property
Gets or sets the attendance announcements status for the conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AttendanceAnnouncementsStatus As AttendanceAnnouncementsStatus
Get
Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As AttendanceAnnouncementsStatus
value = instance.AttendanceAnnouncementsStatus
instance.AttendanceAnnouncementsStatus = value
public AttendanceAnnouncementsStatus AttendanceAnnouncementsStatus { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if set to Unsupported |
Remarks
When attendance announcements are enabled, the conference will announce the names of the participants joining the conference through audio.
An application should only set this property to Enabled if the conference supports modifying the attendance announcements status. SupportsModifyingAttendanceAnnouncements
See Also
Reference
ConferenceScheduleInformation Class