pj_ice_sess_trickle class abstract

This enumeration describes the modes of trickle ICE.

Constructors

pj_ice_sess_trickle()

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

PJ_ICE_SESS_TRICKLE_DISABLED → const int
Trickle ICE is disabled.
PJ_ICE_SESS_TRICKLE_FULL → const int
Full trickle ICE. Only use this mode if it is known that that remote supports trickle ICE. The discovery whether remote supports trickle ICE should be done prior to ICE initialization and done by application (ICE does not provide the discovery mechanism).
PJ_ICE_SESS_TRICKLE_HALF → const int
Half trickle ICE. This mode has better interoperability when remote capability of ICE trickle is unknown at ICE initialization.