Search Results for

    Show / Hide Table of Contents

    Interface IGraphOnlineMeetingInfo

    Details for an attendee to join the meeting online.

    Inherited Members
    IDataModel<IGraphOnlineMeetingInfo>.Requested
    IDataModel<IGraphOnlineMeetingInfo>.HasValue(String)
    IDataModel<IGraphOnlineMeetingInfo>.HasChanged(String)
    IDataModel<IGraphOnlineMeetingInfo>.IsPropertyAvailable(Expression<Func<IGraphOnlineMeetingInfo, Object>>)
    IDataModel<IGraphOnlineMeetingInfo>.ArePropertiesAvailable(Expression<Func<IGraphOnlineMeetingInfo, Object>>[])
    IDataModel<IGraphOnlineMeetingInfo>.EnsureProperties(Expression<Func<IGraphOnlineMeetingInfo, Object>>[])
    IDataModel<IGraphOnlineMeetingInfo>.EnsurePropertiesAsync(Expression<Func<IGraphOnlineMeetingInfo, Object>>[])
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphOnlineMeetingInfo>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphOnlineMeetingInfo : IDataModel<IGraphOnlineMeetingInfo>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphOnlineMeetingInfo>

    Properties

    ConferenceId

    The ID of the conference.

    Declaration
    string ConferenceId { get; }
    Property Value
    System.String

    JoinUrl

    The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.

    Declaration
    string JoinUrl { get; }
    Property Value
    System.String

    Phones

    All of the phone numbers associated with this conference.

    Declaration
    IGraphPhoneCollection Phones { get; }
    Property Value
    IGraphPhoneCollection

    QuickDial

    The pre-formatted quickdial for this call.

    Declaration
    string QuickDial { get; }
    Property Value
    System.String

    TollFreeNumbers

    The toll free numbers that can be used to join the conference.

    Declaration
    List<string> TollFreeNumbers { get; }
    Property Value
    List<System.String>

    TollNumber

    The toll number that can be used to join the conference.

    Declaration
    string TollNumber { get; }
    Property Value
    System.String

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer