Gets provisioned value for voice diff service.

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

Syntax

Visual Basic (Declaration)
Protected 
ReadOnly 
Property 
VoiceDiffService 
As 
Integer
C#
protected 
int 
VoiceDiffService { 
get; }
Visual C++
protected:
property 
int 
VoiceDiffService {
	
int 
get ();
}
JavaScript
function get_
voiceDiffService();

Remarks

This is a QoS value to be included as part of IP header for signaling packets. The default value is 0.

See Also