NEStartVoiceRoomParams class

Constructors

NEStartVoiceRoomParams({required String title, required String nick, required int seatCount, required int configId, required String? cover, required int liveType, SeatRequestApprovalMode seatApplyMode = SeatRequestApprovalMode.on, SeatInvitationConfirmMode seatInviteMode = SeatInvitationConfirmMode.off})

Properties

configId int
final
cover String?
final
hashCode int
The hash code for this object.
no setterinherited
liveType int
final
nick String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatApplyMode SeatRequestApprovalMode
final
seatCount int
final
seatInviteMode SeatInvitationConfirmMode
final
title String
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