UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

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

15 lines (14 loc) 425 B
import { ArcwarePixelStreaming } from "../../../core/ArcwarePixelStreaming"; export declare class MicButton { private button; private stream; private micIcon; private tooltipText; constructor(stream: ArcwarePixelStreaming); private setMicMutedByDefault; private createButton; private createTooltipText; private toggleMic; private updateMicIcon; get element(): HTMLButtonElement; }