Edit

Share via


Call.IsEarlyMediaSupported Property

Definition

Gets whether the call supports the reliable provisional response for early media.

public:  property bool IsEarlyMediaSupported {  public:
bool get(); protected:
 void set(bool value); };
public bool IsEarlyMediaSupported { get; protected set; }
member this.IsEarlyMediaSupported : bool with get, set
Public Property IsEarlyMediaSupported As Boolean

Property Value

Remarks

When this flag is true on an incoming call with offer, the platform will internally trigger a media answer request from the local media provider, which is sent using a 183 response. If the remote supports 100rel, then early media is offered requiring 100rel. If the remote does not support 100rel but supports ms-early-media, then early media is offered as the best effort. If neither is supported, then early media is not sent.

Applies to