Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether incoming call must perform early media renegotiation before sending a 200-OK response.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsEarlyMediaPreferred As Boolean
Get
Protected Set
'Usage
Dim instance As MediaProvider
Dim value As Boolean
value = instance.IsEarlyMediaPreferred
instance.IsEarlyMediaPreferred = value
public bool IsEarlyMediaPreferred { get; protected set; }
Property Value
Type: System.Boolean