@hysc/meeting 5.0.33 → 5.0.34

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.
@@ -42,6 +42,8 @@ export default class BMStreamModelVM {
42
42
  */
43
43
  videoStream: SingleLocalStream | null;
44
44
  audioStream: SingleLocalStream | null;
45
+ audioStats: boolean;
46
+ videoStats: boolean;
45
47
  /**
46
48
  * 本地是否在屏幕共享
47
49
  */
@@ -116,6 +118,10 @@ export default class BMStreamModelVM {
116
118
  * @param videoTrack 开启美颜之后,需要传递这个参数,携带美颜之后的videoTrack
117
119
  */
118
120
  setLocalVideoEnable(status: boolean, videoTrack?: MediaStreamTrack): Promise<void>;
121
+ /**
122
+ * brtc流更新状态失败,这个时候重新推流
123
+ */
124
+ handleStreamUpdateFailed(): Promise<void>;
119
125
  /**
120
126
  * 开关本地麦克风
121
127
  * @param status true:开,false:关