better docs

This commit is contained in:
talksik
2023-07-13 13:12:20 -07:00
parent 49f22057f4
commit 42c529acd0
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ class TrackOption<E extends Object, T extends Object> {
const TrackOption({this.enabled, this.track});
}
/// 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.
class FastConnectOptions {
FastConnectOptions({
this.microphone = const TrackOption(enabled: false),