aliyun-rtc-sdk 7.1.6 → 7.1.7

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.
@@ -3984,7 +3984,7 @@ declare class RtsManager extends default_2<RtsManagerEventListener> {
3984
3984
  l1ip?: string;
3985
3985
  }>;
3986
3986
  private reportSubscribeLatency;
3987
- subscribe(remoteSubscribeOptions: RemoteSubscribeOptions, reason: SubscribeReason, callId: string, remoteCallId: string, startTs: number, retryCount?: number): Promise<any>;
3987
+ subscribe(remoteSubscribeOptions: RemoteSubscribeOptions, reason: SubscribeReason, callId: string, remoteCallId: string, startTs: number): Promise<any>;
3988
3988
  getSubscribeVideoStats(streamUrl: string, msid?: string): Promise<unknown>;
3989
3989
  getSubscribeAudioStats(streamUrl: string, msid?: string): Promise<unknown>;
3990
3990
  getStreamByMsid(config: any): LocalStream | RemoteStream;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "7.1.6",
3
+ "version": "7.1.7",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.umd.js",
@@ -10,7 +10,7 @@
10
10
  "@aliyun-sls/web-sts-plugin": "^0.3.5",
11
11
  "@aliyun-sls/web-track-browser": "^0.3.5",
12
12
  "aliyun-queen-engine": "^6.3.14",
13
- "aliyun-rts-sdk": "2.13.1",
13
+ "aliyun-rts-sdk": "2.13.2",
14
14
  "crypto-js": "^4.1.1",
15
15
  "dateformat": "^5.0.3",
16
16
  "eventemitter3": "^5.0.1",