NECallInfo class
High-level information describing the current call.
- Annotations
-
- @JsonSerializable.new()
Constructors
- NECallInfo({required String callId, required String currentAccId, NEUserInfo? callerInfo, NEUserInfo? calleeInfo, required NECallType callType, NESignalInfo? signalInfo, NERtcInfo? rtcInfo, required NECallEngineStatus callStatus})
-
NECallInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- calleeInfo → NEUserInfo?
-
final
- callerInfo → NEUserInfo?
-
final
- callId → String
-
final
- callStatus → NECallEngineStatus
-
final
- callType → NECallType
-
final
- currentAccId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rtcInfo → NERtcInfo?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signalInfo → NESignalInfo?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited