armcloud-rtc 1.2.8 → 1.2.9

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.
@@ -102,6 +102,7 @@ declare class HuoshanRTC {
102
102
  goAppUpPage(): void;
103
103
  goAppHome(): void;
104
104
  goAppMenu(): void;
105
+ injectVideoStream(type: "startVideoInjection" | "stopVideoInjection", options?: any): void;
105
106
  increaseVolume(): void;
106
107
  decreaseVolume(): void;
107
108
  saveCloudClipboard(flag: boolean): void;
@@ -52,6 +52,7 @@ declare class ArmcloudEngine {
52
52
  increaseVolume(): void;
53
53
  decreaseVolume(): void;
54
54
  saveCloudClipboard(flag: boolean): void;
55
+ injectVideoStream(type: "startVideoInjection" | "stopVideoInjection", options?: any): void;
55
56
  sendShake(time?: number): void;
56
57
  }
57
58
  export default ArmcloudEngine;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "armcloud-rtc",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/types/index.d.ts",