AttendanceAnnouncementsStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the different states for attendance announcements in a conference.
public enum class AttendanceAnnouncementsStatus
public enum AttendanceAnnouncementsStatus
type AttendanceAnnouncementsStatus =
Public Enum AttendanceAnnouncementsStatus
- Inheritance
-
AttendanceAnnouncementsStatus
Fields
| Disabled | 1 | Attendance announcements are disabled. |
| Enabled | 2 | Attendance announcements are enabled. |
| Unsupported | 0 | The conference does not support modifying attendance announcements. |
Remarks
When attendance announcements are enabled, the conference will announce the names of the participants joining the conference through audio.
An application should set this property to Enabled only if the conference supports modifying the attendance announcements status. See SupportsModifyingAttendanceAnnouncements.