pjsua_call_media_status class abstract
This enumeration specifies the media status of a call, and it's part of pjsua_call_info structure.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- PJSUA_CALL_MEDIA_ACTIVE → const int
- The media is active
- PJSUA_CALL_MEDIA_ERROR → const int
- The media has reported error (e.g. ICE negotiation)
- PJSUA_CALL_MEDIA_LOCAL_HOLD → const int
- The media is currently put on hold by local endpoint
- PJSUA_CALL_MEDIA_NONE → const int
- Call currently has no media, or the media is not used.
- PJSUA_CALL_MEDIA_REMOTE_HOLD → const int
- The media is currently put on hold by remote endpoint