IsEarlyMediaSupported Property

Gets or sets the flag to indicate if the call supports the reliable provisional response for early media.

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

Syntax

'Declaration
Public Property IsEarlyMediaSupported As Boolean
    Get
    Protected Set
'Usage
Dim instance As Call
Dim value As Boolean

value = instance.IsEarlyMediaSupported

instance.IsEarlyMediaSupported = value
public bool IsEarlyMediaSupported { get; protected set; }

Property Value

Type: System..::..Boolean

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace