McuSession.ToRealTimeAddress(McuSession) Method
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 McuSession object to the MCU address for dial in purposes.
public:
static Microsoft::Rtc::Signaling::RealTimeAddress ^ ToRealTimeAddress(Microsoft::Rtc::Collaboration::McuSession ^ mcuSession);
public static Microsoft.Rtc.Signaling.RealTimeAddress ToRealTimeAddress (Microsoft.Rtc.Collaboration.McuSession mcuSession);
static member ToRealTimeAddress : Microsoft.Rtc.Collaboration.McuSession -> Microsoft.Rtc.Signaling.RealTimeAddress
Parameters
- mcuSession
- McuSession
The McuSession to convert.
Returns
The address of the MCU.
Exceptions
Thrown when the supplied mcuSession is null.
Thrown when the mcu information is not available.