Class PeerConnectionConfiguration
Configuration to initialize a PeerConnection.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class PeerConnectionConfiguration : object
Fields
| Improve this Doc View SourceBundlePolicy
Bundle policy for the connection.
Declaration
public BundlePolicy BundlePolicy
Field Value
Type | Description |
---|---|
BundlePolicy |
IceServers
List of TURN and/or STUN servers to use for NAT bypass, in order of preference.
Declaration
public List<IceServer> IceServers
Field Value
Type | Description |
---|---|
List<IceServer> |
IceTransportType
ICE transport policy for the connection.
Declaration
public IceTransportType IceTransportType
Field Value
Type | Description |
---|---|
IceTransportType |
SdpSemantic
SDP semantic for the connection.
Declaration
public SdpSemantic SdpSemantic
Field Value
Type | Description |
---|---|
SdpSemantic |
Remarks
Plan B is deprecated, do not use it.