Gets the key identifying a call.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
CallKey 
As 
Long
C#
public 
long 
CallKey { 
get; }
Visual C++
public:
property 
long long 
CallKey {
	
long long 
get ();
}
JavaScript
function get_
callKey();

Remarks

The Call Key is unique on an endpoint basis.

See Also