Gets or sets the maximum number of supported early media sessions.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
MaxEarlyMediaSessionsSupported 
As 
Integer
C#
public 
int 
MaxEarlyMediaSessionsSupported { 
get; 
set; }
Visual C++
public:
property 
int 
MaxEarlyMediaSessionsSupported {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
maxEarlyMediaSessionsSupported();
function set_
maxEarlyMediaSessionsSupported(
value);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when assigned value is not in valid range.

See Also