Interface ICallParticipantCollection
The stateful participant collection interface.
Inherited Members
Microsoft.Graph.StatefulClient.IResourceCollection.TerminateAsync(TimeSpan)
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface ICallParticipantCollection : IResourceCollection<ICallParticipantCollection, ICallParticipant, Participant>, IResourceCollection, IDisposable, IReadOnlyCollection<ICallParticipant>
Methods
View SourceConfigureMixerAsync(IEnumerable<ParticipantMixerLevel>, CancellationToken)
Configures the mixer level asynchronously.
Declaration
Task ConfigureMixerAsync(IEnumerable<ParticipantMixerLevel> participantMixerLevels, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ParticipantMixerLevel> | participantMixerLevels | The participant mixer levels. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The |
InviteAsync(IEnumerable<InvitationParticipantInfo>, CancellationToken)
Invites a list of participants given their identities.
Declaration
Task InviteAsync(IEnumerable<InvitationParticipantInfo> participants, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<InvitationParticipantInfo> | participants | The list of InvitationParticipants to invite. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The |
MuteAllAsync(IEnumerable<String>, CancellationToken)
The mute async.
Declaration
Task MuteAllAsync(IEnumerable<string> participantIds = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.String> | participantIds | The list of participant ids. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The |
UnmuteAllAsync(IEnumerable<String>, CancellationToken)
The unmute async.
Declaration
Task UnmuteAllAsync(IEnumerable<string> participantIds = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.String> | participantIds | The list of participant ids. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The |