Skip to content

Commit 1ef5ee4

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0663c6e commit 1ef5ee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-voip/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { default as MediaCallProvider } from './providers/MediaCallProvider';
22

3-
export { MediaCallInstanceContext, useWidgetExternalControls, usePeekMediaSessionState, PeekMediaSessionStateReturn } from './context';
3+
export { MediaCallInstanceContext, useWidgetExternalControls, usePeekMediaSessionState } from './context';
4+
export type { PeekMediaSessionStateReturn } from './context';
45
export type { PeerInfo } from './context';
56
export { useMediaCallAction, useMediaCallOpenRoomTracker } from './hooks';
67

0 commit comments

Comments
 (0)