aliyun-rtc-sdk 6.13.7-beta.1 → 6.13.8-beta.0
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/dist/aliyun-rtc-sdk.es.js +628 -620
- package/dist/aliyun-rtc-sdk.umd.js +12 -12
- package/dist/types/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -2720,6 +2720,8 @@ declare class LocalUser extends User {
|
|
|
2720
2720
|
* 重新执行 progress 并触发 publishupdate
|
|
2721
2721
|
*/
|
|
2722
2722
|
updateStreams(): Promise<void>;
|
|
2723
|
+
private publishDataChannel;
|
|
2724
|
+
clearDataChannel(): void;
|
|
2723
2725
|
/**
|
|
2724
2726
|
* 对比本地流和正在推流,进行推流更新
|
|
2725
2727
|
* @param isResume 是否是恢复推流
|
|
@@ -3407,6 +3409,7 @@ declare class RtsManager extends default_2<RtsManagerEventListener> {
|
|
|
3407
3409
|
private connectionResolve?;
|
|
3408
3410
|
private connectingPromise?;
|
|
3409
3411
|
private dcResolve?;
|
|
3412
|
+
private dcReject?;
|
|
3410
3413
|
private dcConnectingPromise?;
|
|
3411
3414
|
private _publishingTracks;
|
|
3412
3415
|
private parameter;
|