pjsua_call_info class final
This structure describes the information and current status of a call.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- acc_id ↔ int
-
The account ID where this call belongs.
getter/setter pair
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - buf_ ↔ UnnamedStruct38
-
getter/setter pair
- call_id ↔ pj_str_t
-
Dialog Call-ID string.
getter/setter pair
- conf_slot ↔ int
-
The conference port number for the default audio stream.
See \a media_status above on how the default is chosen.
getter/setter pair
- connect_duration ↔ pj_time_val
-
Up-to-date call connected duration (zero when call is not
established)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
Call identification.
getter/setter pair
- last_status ↔ int
-
Last status code heard, which can be used as cause code
getter/setter pair
- last_status_text ↔ pj_str_t
-
The reason phrase describing the status.
getter/setter pair
- local_contact ↔ pj_str_t
-
Local Contact
getter/setter pair
- local_info ↔ pj_str_t
-
Local URI
getter/setter pair
-
media
↔ Array<
pjsua_call_media_info> -
Array of active media information.
getter/setter pair
- media_cnt ↔ int
-
Number of active media info in this call.
getter/setter pair
- media_dir ↔ int
-
Media direction of the default audio stream.
See \a media_status above on how the default is chosen.
getter/setter pair
- media_status ↔ int
-
Media status of the default audio stream. Default audio stream
is chosen according to this priority:
getter/setter pair
-
prov_media
↔ Array<
pjsua_call_media_info> -
Array of provisional media information. This contains the media info
in the provisioning state, that is when the media session is being
created/updated (SDP offer/answer is on progress).
getter/setter pair
- prov_media_cnt ↔ int
-
Number of provisional media info in this call.
getter/setter pair
- rem_aud_cnt ↔ int
-
Number of audio streams offered by remote
getter/setter pair
- rem_offerer ↔ int
-
Flag if remote was SDP offerer
getter/setter pair
- rem_vid_cnt ↔ int
-
Number of video streams offered by remote
getter/setter pair
- remote_contact ↔ pj_str_t
-
Remote contact
getter/setter pair
- remote_info ↔ pj_str_t
-
Remote URI
getter/setter pair
- role ↔ int
-
Initial call role (UAC == caller)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setting ↔ pjsua_call_setting
-
Call setting
getter/setter pair
- state ↔ int
-
Call state
getter/setter pair
- state_text ↔ pj_str_t
-
Text describing the state
getter/setter pair
- total_duration ↔ pj_time_val
-
Total call duration, including set-up time
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