pjsua_sip_timer_use class abstract

This enumeration specifies the usage of SIP Session Timers extension.

Constructors

pjsua_sip_timer_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

PJSUA_SIP_TIMER_ALWAYS → const int
When this flag is specified, Session Timers will always be used in all sessions, regardless whether remote supports/uses it or not.
PJSUA_SIP_TIMER_INACTIVE → const int
When this flag is specified, Session Timers will not be used in any session, except it is explicitly required in the remote request.
PJSUA_SIP_TIMER_OPTIONAL → const int
When this flag is specified, Session Timers will be used in all sessions whenever remote supports and uses it.
PJSUA_SIP_TIMER_REQUIRED → const int
When this flag is specified, Session Timers support will be a requirement for the remote to be able to establish a session.