Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current status for attendance announcements.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AttendanceAnnouncementsStatus As AttendanceAnnouncementsStatus
Get
Friend Set
'Usage
Dim instance As AudioVideoMcuSessionProperties
Dim value As AttendanceAnnouncementsStatus
value = instance.AttendanceAnnouncementsStatus
public AttendanceAnnouncementsStatus AttendanceAnnouncementsStatus { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AttendanceAnnouncementsStatus
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)
See Also
Reference
AudioVideoMcuSessionProperties Class