Interface IGraphOnlineMeetingInfo
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
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
Phones
All of the phone numbers associated with this conference.
IGraphPhoneCollection Phones { get; }
Property Value
QuickDial
The pre-formatted quickdial for this call.
string QuickDial { get; }
Property Value
TollFreeNumbers
The toll free numbers that can be used to join the conference.
List<string> TollFreeNumbers { get; }
Property Value
TollNumber
The toll number that can be used to join the conference.
string TollNumber { get; }