Interface IGraphOnlineMeetingInfo
Details for an attendee to join the meeting online.
Inherited Members
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
|