Skip to content

Commit

Permalink
Update publish-alpha (#3096)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaustubh Kumar <[email protected]>
  • Loading branch information
github-actions[bot] and KaustubhKumar05 authored Jul 19, 2024
1 parent df6bed3 commit 41c589b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { useRoomLayoutConferencingScreen } from '../../provider/roomLayoutProvid
import { usePollViewToggle } from '../AppData/useSidepane';
// @ts-ignore: No implicit Any
import { useIsNotificationDisabled, useSubscribedNotifications } from '../AppData/useUISettings';
import { usePIPChat } from '../PIP/usePIPChat';
import { usePIPWindow } from '../PIP/usePIPWindow';
import { ROLE_CHANGE_DECLINED } from '../../common/constants';

const pollToastKey: Record<string, string> = {};
Expand All @@ -53,7 +53,7 @@ export function Notifications() {
const { showNotification } = useAwayNotifications();
const amIScreenSharing = useHMSStore(selectIsLocalScreenShared);
const logoURL = useRoomLayout()?.logo?.url;
const { pipWindow } = usePIPChat();
const { pipWindow } = usePIPWindow();

const handleRoleChangeDenied = useCallback((request: HMSRoleChangeRequest & { peerName: string }) => {
ToastManager.addToast({
Expand Down

0 comments on commit 41c589b

Please sign in to comment.