diff --git a/lib/src/options.dart b/lib/src/options.dart index 68ac0b9ed..5d244ed08 100644 --- a/lib/src/options.dart +++ b/lib/src/options.dart @@ -19,7 +19,7 @@ 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 +/// 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 {