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) 190 B
export declare class AudioIcon { audioIconUnmuted: SVGElement; audioIconMuted: SVGElement; constructor(); private createAudioIconUnmuted; private createAudioIconMuted; }