Dialog class
Constructors
- Dialog(RTCSession owner, dynamic message, String type, [int? state])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → Id?
-
no setter
- local_seqnum ↔ num?
-
getter/setter pair
- owner → RTCSession?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ua → PitelUA?
-
no setter
- uac_pending_reply ↔ bool
-
getter/setter pair
- uas_pending_reply ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receiveRequest(
IncomingRequest request) → void -
sendRequest(
SipMethod method, Map< String, dynamic> ? options) → OutgoingRequest -
terminate(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
dynamic message, String type) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited