Skip to content

Commit 1a27a6c

Browse files
committed
fix: remove fixme comment
1 parent a6eba2b commit 1a27a6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react/src/hooks/useSession.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export type SessionConnectOptions = {
3535
/** Optional abort signal which if triggered will terminate connecting even if it isn't complete */
3636
signal?: AbortSignal;
3737

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.
4138
tracks?: {
4239
microphone?: {
4340
enabled?: boolean;

0 commit comments

Comments
 (0)