SignalingSessionSettings.CallId Property
Gets or sets the call ID that should be used in the session.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property CallId As String
Get
Set
'Usage
Dim instance As SignalingSessionSettings
Dim value As String
value = instance.CallId
instance.CallId = value
public string CallId { get; set; }
Property Value
Type: System.String
See Also
Reference
SignalingSessionSettings Class