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}
 
)
    
    
    
  Implementation
  NERoomLiveInfo(
    {required this.title,
    this.userUuidList,
    this.password,
    this.liveLayout = NERoomLiveLayout.none,
    this.chatRoomId,
    this.hlsPullUrl,
    this.httpPullUrl,
    this.pushUrl,
    this.rtmpPullUrl,
    this.extensionConfig,
    this.state = NERoomLiveState.invalid,
    this.taskId});