@hysc/meeting 5.0.47 → 5.0.49

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.
@@ -118,7 +118,7 @@ export default class BMStreamModelVM {
118
118
  * @param status true:开,false:关
119
119
  * @param videoTrack 开启美颜之后,需要传递这个参数,携带美颜之后的videoTrack
120
120
  */
121
- setLocalVideoEnable(status: boolean, videoTrack?: MediaStreamTrack): Promise<void>;
121
+ setLocalVideoEnable(status: boolean, videoTrack?: MediaStreamTrack): Promise<undefined>;
122
122
  /**
123
123
  * brtc流更新状态失败,这个时候重新推流
124
124
  */