Gets maximum tone that can be sent or received.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
MaxTone 
As 
Integer
C#
public 
int 
MaxTone { 
get; }
Visual C++
public:
property 
int 
MaxTone {
	
int 
get ();
}
JavaScript
function get_
maxTone();

Remarks

The maximum tone is Flash in the ToneId enumeration, and the value of this tone is 16.

See Also