pjsua_ice_config class final

ICE setting. This setting is used in the pjsua_acc_config.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_ice_config.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
enable_ice int
Enable ICE.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ice_always_update int
Send re-INVITE/UPDATE every after ICE connectivity check regardless the default ICE transport address is changed or not. When this is set to PJ_FALSE, re-INVITE/UPDATE will be sent only when the default ICE transport address is changed.
getter/setter pair
ice_max_host_cands int
Set the maximum number of host candidates.
getter/setter pair
ice_no_rtcp int
Disable RTCP component.
getter/setter pair
ice_opt pj_ice_sess_options
ICE session options.
getter/setter pair
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