Converts this McuSession object to the MCU address for dial in purposes.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Shared 
Widening 
Operator 
CType ( _
	
mcuSession 
As 

McuSession _
) 
As 

RealTimeAddress
C#
public 
static 
implicit operator 

RealTimeAddress (
	

McuSession 
mcuSession
)
Visual C++
static 
implicit operator 

RealTimeAddress^ (
	

McuSession^ 
mcuSession
)
JavaScript
JavaScript does not support the declaration
of new casting operators.

Parameters

mcuSession
Type: Microsoft.Rtc.Collaboration . . :: . McuSession
The McuSession to convert.

Return Value

The address of the MCU.

Exceptions

Exception Condition
ArgumentNullException Thrown when the supplied mcuSession is null.

See Also