Skip to content

Commit 7e17eb8

Browse files
authored
fix dart format. (#321)
1 parent f9ccc2c commit 7e17eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TrackOption<E extends Object, T extends Object> {
1919
/// This will enable the local participant to publish tracks on connect,
2020
/// instead of having to explicitly publish them.
2121
/// Defaults to false for all three tracks: microphone, camera, and screen.
22-
/// You can also create LocalAudio/VideoTrack on your `PreJoin` page
22+
/// You can also create LocalAudio/VideoTrack on your `PreJoin` page
2323
/// (preview camera or select audio device), Automatically publish these
2424
/// tracks after the room is connected.
2525
class FastConnectOptions {

0 commit comments

Comments
 (0)