UNPKG

@100mslive/roomkit-react

Version:

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

9 lines (8 loc) 301 B
/// <reference types="react" /> export declare const useAudioOutputTest: ({ deviceId }: { deviceId: string; }) => { playing: boolean; setPlaying: import("react").Dispatch<import("react").SetStateAction<boolean>>; audioRef: import("react").MutableRefObject<HTMLAudioElement | null>; };