ConferenceJoinInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This will be removed from future versions. Use 'ConferenceJoinOptions' instead
This class will be removed from future versions. Instead, use ConferenceJoinOptions to customize joining a conference. Contains information to customize joining a conference.
public ref class ConferenceJoinInformation
[System.Obsolete("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")]
public class ConferenceJoinInformation
type ConferenceJoinInformation = class
Public Class ConferenceJoinInformation
- Inheritance
-
ConferenceJoinInformation
- Attributes
Constructors
| ConferenceJoinInformation(ConferenceSummary) |
Creates a new instance of the ConferenceJoinInformation class using the specified conference summary object. |
| ConferenceJoinInformation(RealTimeAddress) |
Creates a new instance of the ConferenceJoinInformation class using the specified conference address. |
Properties
| ConferenceAddress |
Gets the conference address to join. |
| IsTrustedJoin |
Gets or sets whether to join the conference as a trusted application. |
Methods
| ToString() |
Provides a string that describes the object. |