pjsua_buddy_config class final

This structure describes buddy configuration when adding a buddy to the buddy list with #pjsua_buddy_add(). Application MUST initialize the structure with #pjsua_buddy_config_default() to initialize this structure with default configuration.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_buddy_config.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribe int
Specify whether presence subscription should start immediately.
getter/setter pair
uri pj_str_t
Buddy URL or name address.
getter/setter pair
user_data Pointer<Void>
Specify arbitrary application data to be associated with with the buddy object.
getter/setter pair

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