Gets the telephony mode for the endpoint: None, Uc, Rcc or Dual.

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

Syntax

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

Remarks

String.Empty is returned if the LocalOwnerPresencehas not yet been established. String.Empty will also be returned if a telephony mode is not found for the user.

See Also