NERtcLiveStreamTaskInfo class Null safety

Live streaming task parameters

Constructors

NERtcLiveStreamTaskInfo({required String taskId, required String url, bool serverRecordEnabled = false, int liveMode = NERtcLiveStreamMode.liveStreamModeVideo, NERtcLiveStreamLayout? layout})

Properties

hashCode int
The hash code for this object.
read-only, inherited
layout NERtcLiveStreamLayout?
Streaming layout
read / write
liveMode int
Streaming mode NERtcLiveStreamMode
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverRecordEnabled bool
Specify if server recording is enabled
read / write
taskId String
a unique streaming task ID used to add or delete a task
read / write
url String
Streaming URL
read / write

Methods

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

Operators

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