UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

15 lines (14 loc) 507 B
/// <reference types="react" /> export declare const usePeerOnStageActions: ({ peerId, role }: { peerId: string; role: string; }) => { open: boolean; setOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>; lowerPeerHand: () => Promise<void>; handleStageAction: () => Promise<void>; shouldShowStageRoleChange: string | false | undefined; isInStage: boolean; bring_to_stage_label: string | undefined; remove_from_stage_label: string | undefined; };