pjsip_dialog_cap_status class abstract

Dialog capability status.

Constructors

pjsip_dialog_cap_status()

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

PJSIP_DIALOG_CAP_SUPPORTED → const int
Capability is supported
PJSIP_DIALOG_CAP_UNKNOWN → const int
Unknown capability status. This is usually because we lack the capability info which is retrieved from capability header specified in the dialog messages.
PJSIP_DIALOG_CAP_UNSUPPORTED → const int
Capability is unsupported.