NIMSignallingCallResult class
信令呼叫结果
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NIMSignallingCallResult({NIMSignallingRoomInfo? roomInfo, NIMSignallingRtcInfo? rtcInfo, required int callStatus})
-
NIMSignallingCallResult.fromJson(Map<
String, dynamic> map) -
factory
Properties
- callStatus ↔ int
-
获取呼叫状态
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomInfo ↔ NIMSignallingRoomInfo?
-
获取频道房间相关信息
getter/setter pair
- rtcInfo ↔ NIMSignallingRtcInfo?
-
获取音视频房间相关信息
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited