ConferenceSession.Implicit(ConferenceSession to RealTimeAddress) Operator
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.
Converts this conference session to the address of the joined conference for later rejoin.
public:
static operator Microsoft::Rtc::Signaling::RealTimeAddress ^(Microsoft::Rtc::Collaboration::ConferenceSession ^ session);
public static implicit operator Microsoft.Rtc.Signaling.RealTimeAddress (Microsoft.Rtc.Collaboration.ConferenceSession session);
static member op_Implicit : Microsoft.Rtc.Collaboration.ConferenceSession -> Microsoft.Rtc.Signaling.RealTimeAddress
Public Shared Widening Operator CType (session As ConferenceSession) As RealTimeAddress
Parameters
- session
- ConferenceSession
The session to convert.
Returns
The address of the conference or null if the supplied session has an empty conference URI.
Exceptions
Thrown when the supplied session is null.