UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.

12 lines (11 loc) 373 B
import { ArcwarePixelStreaming } from "../../../core/ArcwarePixelStreaming"; export declare class MicrophoneOverlay { private overlay; private parentElement; private micIcon; private stream; constructor(stream: ArcwarePixelStreaming); createOverlay(): void; toggleMessage(enabled: boolean): void; toggleVisibility(visible: boolean): void; }