NERtcLiveStreamTaskInfo constructor

NERtcLiveStreamTaskInfo(
  1. {String taskId,
  2. String url,
  3. bool serverRecordEnabled: false,
  4. int liveMode: NERtcLiveStreamMode.liveStreamModeVideo,
  5. NERtcLiveStreamLayout layout}
)

Implementation

NERtcLiveStreamTaskInfo(
    {this.taskId,
    this.url,
    this.serverRecordEnabled = false,
    this.liveMode = NERtcLiveStreamMode.liveStreamModeVideo,
    this.layout});