quickvo-sdk-js 1.5.16 → 1.5.18

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.
@@ -6109,9 +6109,6 @@ export namespace com {
6109
6109
 
6110
6110
  /** RoomSpeechNotify timestamp */
6111
6111
  timestamp?: (number|Long|null);
6112
-
6113
- /** RoomSpeechNotify origin */
6114
- origin?: (string|null);
6115
6112
  }
6116
6113
 
6117
6114
  /** Represents a RoomSpeechNotify. */
@@ -6135,9 +6132,6 @@ export namespace com {
6135
6132
  /** RoomSpeechNotify timestamp. */
6136
6133
  public timestamp: (number|Long);
6137
6134
 
6138
- /** RoomSpeechNotify origin. */
6139
- public origin: string;
6140
-
6141
6135
  /**
6142
6136
  * Creates a new RoomSpeechNotify instance using the specified properties.
6143
6137
  * @param [properties] Properties to set
@@ -22,7 +22,6 @@ export declare class P2P {
22
22
  tracks: MediaStreamTrack[];
23
23
  onClose: () => void;
24
24
  constructor(roomId: string, userId: string, remoteUserId: string, phoney_streams: Map<K_mediaType, MediaStream>, local_streams_map: Map<K_mediaType, MediaStream>);
25
- filterSdp: (description: RTCSessionDescriptionInit) => void;
26
25
  remoteChannelSend: (message: Message) => void;
27
26
  init: () => Promise<void>;
28
27
  /**
@@ -103,6 +103,7 @@ export declare class RoomPeer extends RoomUsers {
103
103
  velocityPull: number;
104
104
  velocityPush: number;
105
105
  };
106
+ details: {};
106
107
  };
107
108
  /**
108
109
  * getReportsByMid
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "1.5.16",
4
+ "version": "1.5.18",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "pako": "^2.1.0",
23
23
  "pr-async-queue": "^0.1.3",
24
- "pr-audio-stream": "^0.2.1",
25
- "pr-interval-queue": "^1.1.6",
24
+ "pr-audio-stream": "^0.2.0",
25
+ "pr-interval-queue": "^1.1.4",
26
26
  "pr-nat-type": "^0.1.2",
27
- "pr-tools": "^1.6.7",
27
+ "pr-tools": "^1.6.4",
28
28
  "pr-ws": "^0.3.3",
29
29
  "sdp-transform": "^3.0.0",
30
30
  "webm-duration-fix": "^1.0.4"
31
31
  },
32
32
  "devDependencies": {
33
- "protobufjs": "^8.0.0",
33
+ "protobufjs": "^7.5.4",
34
34
  "typescript": "^5.9.3",
35
- "vite": "^7.3.1",
36
- "vite-plugin-bundle-obfuscator": "^1.10.0",
35
+ "vite": "^7.1.12",
36
+ "vite-plugin-bundle-obfuscator": "^1.8.0",
37
37
  "vite-plugin-dts": "^4.5.4"
38
38
  },
39
39
  "private": false,