Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |