Call.CallId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.