ConferenceJoinInformation Constructors
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.
Overloads
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. |
ConferenceJoinInformation(ConferenceSummary)
Creates a new instance of the ConferenceJoinInformation class using the specified conference summary object.
public:
ConferenceJoinInformation(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceSummary ^ conferenceSummary);
public ConferenceJoinInformation (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceSummary conferenceSummary);
new Microsoft.Rtc.Collaboration.ConferenceJoinInformation : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceSummary -> Microsoft.Rtc.Collaboration.ConferenceJoinInformation
Parameters
- conferenceSummary
- ConferenceSummary
The scheduled conference to join.
Exceptions
Thrown when the supplied conference summary instance is null.
Applies to
ConferenceJoinInformation(RealTimeAddress)
Creates a new instance of the ConferenceJoinInformation class using the specified conference address.
public:
ConferenceJoinInformation(Microsoft::Rtc::Signaling::RealTimeAddress ^ conferenceAddress);
public ConferenceJoinInformation (Microsoft.Rtc.Signaling.RealTimeAddress conferenceAddress);
new Microsoft.Rtc.Collaboration.ConferenceJoinInformation : Microsoft.Rtc.Signaling.RealTimeAddress -> Microsoft.Rtc.Collaboration.ConferenceJoinInformation
Public Sub New (conferenceAddress As RealTimeAddress)
Parameters
- conferenceAddress
- RealTimeAddress
Address of the conference to join.
Exceptions
Thrown when the supplied conferenceAddress is null.