摄像机的视频质量很差,我在文档中没有找到任何内容让我可以选择更改它。
const cameraPermissionState: PermissionState = await this.deviceManager!.getPermissionState('Camera');
this.localVideoStream = new LocalVideoStream(this.deviceManager?.getCameraList()[0]!);
await this.call?.startVideo(this.localVideoStream!);
await this.renderLocalVideo(this.localVideoStream);
答案 0 :(得分:0)
Microsoft 支持人员刚刚通知他们仅支持 1x1 视频通话。他们希望在 2 月 21 日发布一个新版本,以处理 2 人以上同时共享视频。