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 a6eba2b commit 1a27a6cCopy full SHA for 1a27a6c
packages/react/src/hooks/useSession.ts
@@ -35,9 +35,6 @@ export type SessionConnectOptions = {
35
/** Optional abort signal which if triggered will terminate connecting even if it isn't complete */
36
signal?: AbortSignal;
37
38
- // FIXME: not sure about this pattern, background thinking is that it would be good to be able to
39
- // abstract away enabling relevant media tracks to the caller so they don't have to interface with
40
- // the room.
41
tracks?: {
42
microphone?: {
43
enabled?: boolean;
0 commit comments