Skip to content

Commit

Permalink
Update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 21, 2023
1 parent b5e4783 commit adbc20a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/etc/components-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ export function useMediaDeviceSelect({ kind, room, track, requestPermissions, on
export interface UseMediaDeviceSelectProps {
// (undocumented)
kind: MediaDeviceKind;
// (undocumented)
onError?: (e: Error) => void;
requestPermissions?: boolean;
// (undocumented)
Expand Down Expand Up @@ -1131,7 +1130,7 @@ export type WidgetState = {
// src/context/layout-context.ts:10:3 - (ae-forgotten-export) The symbol "PinContextType" needs to be exported by the entry point index.d.ts
// src/context/layout-context.ts:11:3 - (ae-forgotten-export) The symbol "ChatContextType" needs to be exported by the entry point index.d.ts
// src/hooks/useGridLayout.ts:24:6 - (ae-forgotten-export) The symbol "GridLayoutDefinition" needs to be exported by the entry point index.d.ts
// src/hooks/useMediaDeviceSelect.ts:42:29 - (ae-forgotten-export) The symbol "SetMediaDeviceOptions" needs to be exported by the entry point index.d.ts
// src/hooks/useMediaDeviceSelect.ts:47:29 - (ae-forgotten-export) The symbol "SetMediaDeviceOptions" needs to be exported by the entry point index.d.ts

// (No @packageDocumentation comment for this package)

Expand Down

0 comments on commit adbc20a

Please sign in to comment.