pjmedia_srtp_use class abstract

This enumeration specifies the behavior of the SRTP transport regarding media security offer and answer.

Constructors

pjmedia_srtp_use()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

PJMEDIA_SRTP_DISABLED → const int
When this flag is specified, SRTP will be disabled, and the transport will reject RTP/SAVP offer.
PJMEDIA_SRTP_MANDATORY → const int
When this flag is specified, the transport will require that RTP/SAVP media shall be used.
PJMEDIA_SRTP_OPTIONAL → const int
When this flag is specified, SRTP will be advertised as optional and incoming SRTP offer will be accepted.
PJMEDIA_SRTP_UNKNOWN → const int
When this flag is specified, SRTP setting is unknown. This is to set the initial remote's SRTP usage. It will be set later after remote's policy in the SDP is received.