Table of Contents

Interface IGraphOnlineMeetingInfo

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Details for an attendee to join the meeting online.

public interface IGraphOnlineMeetingInfo : IDataModel<IGraphOnlineMeetingInfo>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphOnlineMeetingInfo>
Inherited Members
Extension Methods

Properties

ConferenceId

The ID of the conference.

string ConferenceId { get; }

Property Value

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.

string JoinUrl { get; }

Property Value

string

Phones

All of the phone numbers associated with this conference.

IGraphPhoneCollection Phones { get; }

Property Value

IGraphPhoneCollection

QuickDial

The pre-formatted quickdial for this call.

string QuickDial { get; }

Property Value

string

TollFreeNumbers

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

List<string> TollFreeNumbers { get; }

Property Value

List<string>

TollNumber

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

string TollNumber { get; }

Property Value

string