trtc-sdk-v5 5.9.1-beta.6 → 5.9.1

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.
package/index.d.ts CHANGED
@@ -305,6 +305,7 @@ export declare interface TRTCOptions {
305
305
  plugins?: Array<TRTCPlugin>;
306
306
  enableSEI?: boolean;
307
307
  assetsPath?: string;
308
+ volumeType?: number;
308
309
  }
309
310
  export interface VideoProfile { width: number, height: number, frameRate: number, bitrate: number; }
310
311
  export interface AudioProfile { sampleRate: number, channelCount: number, bitrate: number; }
@@ -1182,6 +1183,7 @@ export declare interface TRTCEventTypes {
1182
1183
  userId: string;
1183
1184
  streamType?: TRTCStreamType;
1184
1185
  track: MediaStreamTrack;
1186
+ sourceTrack: MediaStreamTrack;
1185
1187
  }];
1186
1188
  [TRTCEvent.CUSTOM_MESSAGE]: [CustomMessage];
1187
1189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.9.1-beta.6",
3
+ "version": "5.9.1",
4
4
  "description": "Tencent Cloud RTC SDK for Web",
5
5
  "main": "trtc.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/cdn-streaming",
3
- "version": "5.9.1-beta.6",
3
+ "version": "5.9.1",
4
4
  "description": "TRTC Web SDK 5.x CDN streaming plugin",
5
5
  "main": "./cdn-streaming.esm.js",
6
6
  "author": "longyuqi <longyuqi@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/cross-room",
3
- "version": "5.9.1-beta.6",
3
+ "version": "5.9.1",
4
4
  "description": "TRTC Web SDK 5.x Cross Room plugin",
5
5
  "main": "./cross-room.esm.js",
6
6
  "author": "rychouwei <rychouwei@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/device-detector",
3
- "version": "5.9.1-beta.6",
3
+ "version": "5.9.1",
4
4
  "description": "TRTC Web SDK 5.x device detector plugin",
5
5
  "main": "./device-detector.esm.js",
6
6
  "author": "edwards <edwards@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/video-decoder",
3
- "version": "5.9.1-beta.6",
3
+ "version": "5.9.1",
4
4
  "description": "Video decoder plugin for TRTC",
5
5
  "main": "./video-decoder.esm.js",
6
6
  "module": "./video-decoder.esm.js",