NERoomLiveInfo class

Constructors

NERoomLiveInfo({required String? title, List<String?>? userUuidList, String? password, NERoomLiveLayout liveLayout = NERoomLiveLayout.none, String? chatRoomId, String? hlsPullUrl, String? httpPullUrl, String? pushUrl, String? rtmpPullUrl, String? extensionConfig, NERoomLiveState state = NERoomLiveState.invalid, String? taskId})

Properties

chatRoomId String?
final
extensionConfig String?
final
hashCode int
The hash code for this object.
no setterinherited
hlsPullUrl String?
final
httpPullUrl String?
final
liveLayout NERoomLiveLayout
getter/setter pair
password String?
final
pushUrl String?
final
rtmpPullUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state NERoomLiveState
getter/setter pair
taskId String?
getter/setter pair
title String?
final
userUuidList List<String?>?
getter/setter pair

Methods

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

Operators

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