Used to admit a set of participants into
conference when the participant set is in the lobby.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginAdmitParticipants( IEnumerable< Participant> participants, AsyncCallback conversationCallback, Object state ) |
Parameters
- participants
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
Participant
>
)
>
)
>
- conversationCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object
Remarks
To determine if a participant is in the lobby, read the
IsInLobby property on each participant. If true is returned, the
participant is in the lobby.