pjsua_call_setting class final

Call settings.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_call_setting.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
aud_cnt int
Number of simultaneous active audio streams for this call. Setting this to zero will disable audio in this call.
getter/setter pair
flag int
Bitmask of #pjsua_call_flag constants.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
media_dir Array<Int32>
Media direction. This setting will only be used if the flag PJSUA_CALL_SET_MEDIA_DIR is set, and it will persist for subsequent offers or answers. For example, a media that is set as PJMEDIA_DIR_ENCODING can only mark the stream in the SDP as sendonly or inactive, but will not become sendrecv in subsequent offers and answers. Application can update the media direction in any API or callback that accepts pjsua_call_setting as a parameter, such as via pjsua_call_reinvite/update() or in on_call_rx_offer/reinvite() callback.
getter/setter pair
req_keyframe_method int
This flag controls what methods to request keyframe are allowed on the call. Value is bitmask of #pjsua_vid_req_keyframe_method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vid_cnt int
Number of simultaneous active video streams for this call. Setting this to zero will disable video in this call.
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