Call.CallId Property

Definition

Gets the CallId of the primary SIP session used by the call.

public:
 property System::String ^ CallId { System::String ^ get(); };
public string CallId { get; }
member this.CallId : string
Public ReadOnly Property CallId As String

Property Value

Remarks

The primary session designates the session for which media can be supplied and consumed. If the session is not initialized, it will return an Empty string.

Applies to