We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ccc2c commit 7e17eb8Copy full SHA for 7e17eb8
lib/src/options.dart
@@ -19,7 +19,7 @@ class TrackOption<E extends Object, T extends Object> {
19
/// This will enable the local participant to publish tracks on connect,
20
/// instead of having to explicitly publish them.
21
/// Defaults to false for all three tracks: microphone, camera, and screen.
22
-/// You can also create LocalAudio/VideoTrack on your `PreJoin` page
+/// You can also create LocalAudio/VideoTrack on your `PreJoin` page
23
/// (preview camera or select audio device), Automatically publish these
24
/// tracks after the room is connected.
25
class FastConnectOptions {
0 commit comments