UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

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

8 lines (7 loc) 180 B
export declare class MicIcon { micIconUnmuted: SVGElement; micIconMuted: SVGElement; constructor(); private createMicIconUnmuted; private createMicIconMuted; }