MediaProvider.IsEarlyMediaPreferred Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether incoming call must perform early media renegotiation before sending a 200-OK response.
public: property bool IsEarlyMediaPreferred { public:
bool get(); protected:
void set(bool value); };
public bool IsEarlyMediaPreferred { get; protected set; }
member this.IsEarlyMediaPreferred : bool with get, set
Public Property IsEarlyMediaPreferred As Boolean