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

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
CallId 
As 
String
C#
public 
string 
CallId { 
get; }
Visual C++
public:
property 
String^ 
CallId {
	
String^ 
get ();
}
JavaScript
function get_
callId();

Remarks

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

See Also