Enum SetupType
Enumeration that specifies the type of connection setup to use as described in RFC 4145. This depends on the a=setup:xxx SDP attribute.
Namespace: SipLib.Sdp
Assembly: SipLib.dll
Syntax
public enum SetupType
Fields
Name | Description |
---|---|
active | The endpoint will initiate an outgoing connection. |
actpass | The endpoint is willing to accept an incoming connection or to initiate an outgoing connection. |
holdcon | The endpoint does not want the connection to be established for the time being. This option is not currently supported. |
passive | The endpoint will accept an incoming connection. |
unknown | The endpoint did not specify a setup type or the provided attribute value is unknow or not supported |