Show / Hide Table of Contents

Interface ICallCollection

The stateful call collection interface.

Inherited Members
IResourceCollection<ICallCollection, ICall, Call>.OnUpdated
IResourceCollection<ICallCollection, ICall, Call>.Item[String]
IResourceCollection<ICallCollection, ICall, Call>.TryForceRemove(String, ICall)
IResourceCollection.Client
IResourceCollection.GraphClient
IResourceCollection.GraphLogger
Microsoft.Graph.StatefulClient.IResourceCollection.TerminateAsync(TimeSpan)
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface ICallCollection : IResourceCollection<ICallCollection, ICall, Call>, IResourceCollection, IDisposable, IReadOnlyCollection<ICall>

Methods

View Source

AddAsync(Call, CancellationToken)

The add async.

Declaration
Task<ICall> AddAsync(Call resource, CancellationToken cancellationToken = null)
Parameters
Type Name Description
Call resource

The call resource.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<ICall>

The ICall.

Events

View Source

OnIncoming

The incoming call event.

Declaration
event CollectionEventHandler<ICallCollection, ICall> OnIncoming
Event Type
Type Description
CollectionEventHandler<ICallCollection, ICall>

Extension Methods

CallCollectionExtensions.AddAsync(ICallCollection, JoinMeetingParameters, CancellationToken)
CallCollectionExtensions.AddAsync(ICallCollection, Call, IMediaSession, Boolean, CancellationToken)
  • View Source
Back to top Generated by DocFX