NERoomLiveInfo(- {required String? title,
- List<String?>? liveUuids,
- String? password,
- NELiveLayout liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
- String? chatRoomId,
- String? hlsPullUrl,
- String? httpPullUrl,
- String? pushUrl,
- String? rtmpPullUrl,
- NELiveState state = NELiveState.neRoomLiveStateInit,
- String? taskId}
)
Implementation
NERoomLiveInfo(
{required this.title,
this.liveUuids,
this.password,
this.liveLayout = NELiveLayout.neRoomLiveLayoutGallery,
this.chatRoomId,
this.hlsPullUrl,
this.httpPullUrl,
this.pushUrl,
this.rtmpPullUrl,
this.extras,
this.state = NELiveState.neRoomLiveStateInit,
this.taskId});