aliyun-rtc-sdk 7.0.0-beta.1 → 7.0.0-beta.2

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.
@@ -2260,10 +2260,7 @@ declare class BizControl extends default_2<BizControlListener> {
2260
2260
  private audioVolumeIndicationInterval;
2261
2261
  private indicationTimer;
2262
2262
  private parameter;
2263
- private sendReadyMsg;
2264
- private readyMsgSuccess;
2265
- private sendReadyMsgTimer?;
2266
- private startReadyMsgTime?;
2263
+ private dcReadyHelper?;
2267
2264
  constructor(config: BizControlConfig);
2268
2265
  private addSignalingManagerListener;
2269
2266
  isAutoSubAudio(): boolean;
@@ -2306,8 +2303,6 @@ declare class BizControl extends default_2<BizControlListener> {
2306
2303
  * @private
2307
2304
  */
2308
2305
  private setTimeoutToUpdateAllStreamUrls;
2309
- private sendReadyMsgLoop;
2310
- private onCheckReadyMsg;
2311
2306
  /**
2312
2307
  * 登陆成功后初始化用户管理,创建自己
2313
2308
  * @param {AliRtcAuthInfo} authInfo
@@ -2394,7 +2389,7 @@ declare class BizControl extends default_2<BizControlListener> {
2394
2389
  setAudioRedEnabled(enable: boolean): void;
2395
2390
  setParameter(parameter: string): void;
2396
2391
  getParameter(): string;
2397
- sendDataChannelMessage(message: AliRtcDataChannelMsg): Promise<void>;
2392
+ sendDataChannelMessage(message: AliRtcDataChannelMsg): void;
2398
2393
  }
2399
2394
 
2400
2395
  declare interface BizControlConfig {
@@ -2929,7 +2924,7 @@ declare class LocalUser extends User {
2929
2924
  getCurrentMicDeviceId(): string | undefined;
2930
2925
  enableAudioVolumeIndication(interval: number): void;
2931
2926
  sendSEI(message: ArrayBuffer, repeatCount: number, payloadType: number): Promise<void>;
2932
- sendDataChannelMessage(message: AliRtcDataChannelMsg): Promise<void>;
2927
+ sendDataChannelMessage(message: AliRtcDataChannelMsg): void;
2933
2928
  getStats(): Promise<{
2934
2929
  audio: AliRtcLocalAudioStats[];
2935
2930
  video: AliRtcLocalVideoStats[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "7.0.0-beta.1",
3
+ "version": "7.0.0-beta.2",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.umd.js",