Edit

Share via


AttendanceAnnouncementsStatus Enum

Definition

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

Name Value Description
Unsupported 0

The conference does not support modifying attendance announcements.

Disabled 1

Attendance announcements are disabled.

Enabled 2

Attendance announcements are enabled.

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.

Applies to