Used to mute a set of participants in a
conference.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginMuteParticipants( IEnumerable< Participant> participants, AsyncCallback conversationCallback, Object state ) |
Parameters
- participants
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
Participant
>
)
>
)
>
- conversationCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object