FastConnectOptions class

This will enable the local participant to publish tracks on connect, instead of having to explicitly publish them. Defaults to false for all three tracks: microphone, camera, and screen. You can also create LocalAudio/VideoTrack on your PreJoin page (preview camera or select audio device), Automatically publish these tracks after the room is connected.

Constructors

FastConnectOptions({TrackOption<bool, LocalAudioTrack> microphone = const TrackOption(enabled: false), TrackOption<bool, LocalVideoTrack> camera = const TrackOption(enabled: false), TrackOption<bool, LocalVideoTrack> screen = const TrackOption(enabled: false)})

Properties

camera TrackOption<bool, LocalVideoTrack>
final
hashCode int
The hash code for this object.
read-onlyinherited
microphone TrackOption<bool, LocalAudioTrack>
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
screen TrackOption<bool, LocalVideoTrack>
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