pjsua_on_rejected_incoming_call_param class final

This will contain the information passed from the callback \a pjsua_on_rejected_incoming_call_cb.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
buf_ UnnamedStruct16
getter/setter pair
call_id int
The incoming call id. This will be set to PJSUA_INVALID_ID when there is no available call slot at the time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
local_info pj_str_t
Local URI.
getter/setter pair
rdata Pointer<pjsip_rx_data>
The original INVITE message, if it's not available this will be set to NULL.
getter/setter pair
remote_info pj_str_t
Remote URI.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
st_code int
Rejection code.
getter/setter pair
st_text pj_str_t
Rejection text.
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