diff --git a/lib/src/options.dart b/lib/src/options.dart index 133d96d..68ac0b9 100644 --- a/lib/src/options.dart +++ b/lib/src/options.dart @@ -19,6 +19,9 @@ class TrackOption { /// 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. class FastConnectOptions { FastConnectOptions({ this.microphone = const TrackOption(enabled: false),