Class SctpNotNegotiatedException
Exception thrown when trying to add a data channel to a peer connection after
a connection to a remote peer was established without an SCTP handshake.
When using data channels, at least one data channel must be added to the peer
connection before calling CreateOffer() to signal
to the implementation the intent to use data channels and the need to perform a
SCTP handshake during the connection.
Inheritance
SctpNotNegotiatedException
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class SctpNotNegotiatedException : Exception
Constructors
|
Improve this Doc
View Source
SctpNotNegotiatedException()
Declaration
public SctpNotNegotiatedException()
|
Improve this Doc
View Source
SctpNotNegotiatedException(String)
Declaration
public SctpNotNegotiatedException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
SctpNotNegotiatedException(String, Exception)
Declaration
public SctpNotNegotiatedException(string message, Exception inner)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
inner |
|