trtc-sdk-v5 5.9.2-osm.1 → 5.9.2-osm.3

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
@@ -340,22 +340,29 @@ export declare interface ProxyServer {
340
340
  unifiedProxy?: string;
341
341
  }
342
342
  export declare interface EnterRoomConfig {
343
- sdkAppId: number;
344
- userId: string;
345
- userSig: string;
346
- roomId?: number;
347
- strRoomId?: string;
348
- role?: UserRole;
349
- autoReceiveAudio?: boolean;
350
- autoReceiveVideo?: boolean;
351
- privateMapKey?: string;
352
- latencyLevel?: number;
353
- businessInfo?: string;
354
- enableAutoPlayDialog?: boolean;
355
- proxy?: ProxyServer | string;
356
- scene?: Scene;
357
- userDefineRecordId?: string;
343
+ sdkAppId: number;
344
+ userId: string;
345
+ userSig: string;
346
+ roomId?: number;
347
+ strRoomId?: string;
348
+ role?: UserRole;
349
+ autoReceiveAudio?: boolean;
350
+ autoReceiveVideo?: boolean;
351
+ privateMapKey?: string;
352
+ latencyLevel?: number;
353
+ businessInfo?: string;
354
+ enableAutoPlayDialog?: boolean;
355
+ proxy?: ProxyServer | string;
356
+ scene?: Scene;
357
+ userDefineRecordId?: string;
358
+ playoutDelay?: PlayoutDelay;
358
359
  }
360
+
361
+ export interface PlayoutDelay {
362
+ min: number;
363
+ max: number;
364
+ }
365
+
359
366
  export declare interface ScreenShareConfig {
360
367
  view?: string | HTMLElement | HTMLElement[] | null;
361
368
  publish?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.9.2-osm.1",
3
+ "version": "5.9.2-osm.3",
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.2-osm.1",
3
+ "version": "5.9.2-osm.3",
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.2-osm.1",
3
+ "version": "5.9.2-osm.3",
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.2-osm.1",
3
+ "version": "5.9.2-osm.3",
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.2-osm.1",
3
+ "version": "5.9.2-osm.3",
4
4
  "description": "Video decoder plugin for TRTC",
5
5
  "main": "./video-decoder.esm.js",
6
6
  "module": "./video-decoder.esm.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/basic-beauty",
3
- "version": "5.9.2-osm.1",
3
+ "version": "5.9.2-osm.3",
4
4
  "description": "TRTC Web SDK 5.x basic-beauty plugin",
5
5
  "main": "./basic-beauty.esm.js",
6
6
  "author": "longyuqi <longyuqi@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/beauty",
3
- "version": "5.9.2-osm.1",
3
+ "version": "5.9.2-osm.3",
4
4
  "description": "TRTC Web SDK 5.x beauty plugin",
5
5
  "main": "./beauty.esm.js",
6
6
  "author": "longyuqi <longyuqi@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/virtual-background",
3
- "version": "5.9.2-osm.1",
3
+ "version": "5.9.2-osm.3",
4
4
  "description": "TRTC Web SDK 5.x virtual background plugin",
5
5
  "main": "./virtual-background.esm.js",
6
6
  "author": "longyuqi <longyuqi@tencent.com>",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtc-plugin/watermark",
3
- "version": "5.9.2-osm.1",
3
+ "version": "5.9.2-osm.3",
4
4
  "description": "TRTC Web SDK 5.x watermark plugin",
5
5
  "main": "./watermark.esm.js",
6
6
  "author": "longyuqi <longyuqi@tencent.com>",