PublishOptions class

Implementers

Constructors

PublishOptions({String? name, String? stream})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the track.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream String?
Set stream name for the track. Audio and video tracks with the same stream name will be placed in the same MediaStream and offer better synchronization. By default, camera and microphone will be placed in a stream; as would screen_share and screen_share_audio
final

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