SipMessageData.CallId Property

Gets the call id header value from the message. This property can return empty string if call id value is not available.

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

Syntax

'Declaration
Public ReadOnly Property CallId As String
    Get
'Usage
Dim instance As SipMessageData
Dim value As String

value = instance.CallId
public string CallId { get; }

Property Value

Type: System.String

See Also

Reference

SipMessageData Class

SipMessageData Members

Microsoft.Rtc.Signaling Namespace