Enum SdpSemantic
SDP semantic used for (re)negotiating a peer connection.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum SdpSemantic : int
Fields
| Name | Description |
|---|---|
| PlanB | Legacy Plan B, deprecated and soon removed. Only available for compatiblity with older implementations if needed. Do not use unless there is a problem with the Unified Plan. |
| UnifiedPlan | Unified plan, as standardized in the WebRTC 1.0 standard. |