AudioVideoMcuSessionProperties.AttendanceAnnouncementsStatus Property
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.
Gets the current status for attendance announcements.
public:
property Microsoft::Rtc::Collaboration::AttendanceAnnouncementsStatus AttendanceAnnouncementsStatus { Microsoft::Rtc::Collaboration::AttendanceAnnouncementsStatus get(); };
public Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus AttendanceAnnouncementsStatus { get; }
member this.AttendanceAnnouncementsStatus : Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus
Public ReadOnly Property AttendanceAnnouncementsStatus As AttendanceAnnouncementsStatus
Property Value
Remarks
When attendance announcements are enabled, the conference will announce the names of the participants joining the conference through audio.
If a conference supports modifying attendance announcements, a leader can disable attendance announcements if they overwhelm the conference.
The value of this property will be set to Disabled if the conference was hosted on a server version prior to Microsoft Lync Server 2010. BeginModifyAttendanceAnnouncements(AttendanceAnnouncementsStatus, AsyncCallback, Object)