NEInRoomVideoControl class

房间内视频控制

Inheritance

Constructors

NEInRoomVideoControl({required NERoomAttendeeOffType attendeeOff, required bool enabled, required bool allowSelfOn})
NEInRoomVideoControl.fromJson(Map? json)
factory
NEInRoomVideoControl.none()

Properties

allowSelfOn bool
如果开启了控制,是否允许成员自行解除
final
attendeeOff NERoomAttendeeOffType
视频控制类型
getter/setter pairinherited
controlType int
finalinherited
enabled bool
当前是否开启视频控制
final
hashCode int
The hash code for this object.
no setteroverride
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>
override
toString() String
A string representation of this object.
inherited

Operators

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