deepar 5.2.0 → 5.3.0-alpha-857

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -296,6 +296,12 @@ export declare class DeepAR {
296
296
  * @param targetGameObject New node parent.
297
297
  */
298
298
  moveGameObject(selectedGameObject: string, targetGameObject: string): void;
299
+ /**
300
+ * Mutes or un-mutes all the sounds that are currently playing.
301
+ *
302
+ * @param muteSound true if you want to mute all the sounds.
303
+ */
304
+ muteSound(muteSound: boolean): void;
299
305
  /** INTERNAL API **/
300
306
  /**
301
307
  * @internal
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.2.0";
4
+ declare const version = "5.3.0-alpha-857";
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepar",
3
- "version": "5.2.0",
3
+ "version": "5.3.0-alpha-857",
4
4
  "description": "The official DeepAR Web SDK",
5
5
  "main": "js/deepar.esm.js",
6
6
  "jsdelivr": "js/deepar.js",
package/wasm/deepar.wasm CHANGED
Binary file