NESeatInitParams class

麦位配置信息,用于创建房间时进行麦位初始化。 @property seatCount 麦位数量 @property seatRequestApprovalMode 麦位申请审批模式, 参考NESeatRequestApprovalMode @property seatInvitationConfirmMode 麦位邀请确认模式, 参考NESeatInvitationConfirmMode

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

NESeatInitParams(int seatCount, int seatRequestApprovalMode, int seatInvitationConfirmMode)
NESeatInitParams.fromJson(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatCount int
final
seatInvitationConfirmMode int
final
seatRequestApprovalMode int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited