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 a88fb0c commit 3259292Copy full SHA for 3259292
packages/react/src/context/room-context.ts
@@ -1,7 +1,5 @@
1
import type { Room } from 'livekit-client';
2
import * as React from 'react';
3
-import { useMaybeSessionContext } from './session-context';
4
-import { UseSessionReturn } from '../hooks';
5
6
/** @public */
7
export const RoomContext = React.createContext<Room | undefined>(undefined);
0 commit comments