Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts this conference session to the address of the joined conference for later rejoin.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
session As ConferenceSession _
) As RealTimeAddress
'Usage
Dim input As ConferenceSession
Dim output As RealTimeAddress
output = CType(input, RealTimeAddress)
public static implicit operator RealTimeAddress (
ConferenceSession session
)
Parameters
- session
Type: Microsoft.Rtc.Collaboration.ConferenceSession
The session to convert.
Return Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress
The address of the conference or null if the supplied session has an empty conference URI.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the supplied session is null. |