AudioVideoSettings.MaxEarlyMediaSessionsSupported Property

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

'Declaration
Public Property MaxEarlyMediaSessionsSupported As Integer
    Get
    Set
'Usage
Dim instance As AudioVideoSettings
Dim value As Integer

value = instance.MaxEarlyMediaSessionsSupported

instance.MaxEarlyMediaSessionsSupported = value
public int MaxEarlyMediaSessionsSupported { get; set; }

Property Value

Type: System.Int32

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown when assigned value is not in valid range.

See Also

Reference

AudioVideoSettings Class

AudioVideoSettings Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace