NEVoiceRoomLiveModel class
直播模式 @property appId 应用Id @property roomUuid 房间Id @property liveRecordId 直播Id @property userUuId String @property liveType Int @property live 直播状态 @property liveTopic 直播标题 @property cover 直播封面 @property rewardTotal 打赏总额 @property audienceCount 观众人数 @property onSeatCount 上麦人数 @property liveConfig 拉流配置 @constructor
Constructors
Properties
- appId ↔ String?
-
getter/setter pair
- audienceCount ↔ int?
-
getter/setter pair
- cover ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- live ↔ int?
-
getter/setter pair
- liveConfig ↔ String?
-
getter/setter pair
- liveRecordId ↔ int?
-
getter/setter pair
- liveTopic ↔ String?
-
getter/setter pair
- liveType ↔ int?
-
getter/setter pair
- onSeatCount ↔ int?
-
getter/setter pair
- rewardTotal ↔ int?
-
getter/setter pair
- roomUuid ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userUuId ↔ String?
-
getter/setter pair
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