SessionKey Property

Gets the value of the key to identify the signaling session.

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

Syntax

'Declaration
Public ReadOnly Property SessionKey As Long
    Get
'Usage
Dim instance As CallDialogContext
Dim value As Long

value = instance.SessionKey
public long SessionKey { get; }

Property Value

Type: System..::..Int64

Remarks

SignalingSession key is unique on an endpoint basis.

See Also

Reference

CallDialogContext Class

CallDialogContext Members

Microsoft.Rtc.Collaboration Namespace