视频质量 - Azure 通信服务

Video Quality - Azure Communication Services

摄像机的视频质量很差,我在文档中没有找到任何让我选择更改它的内容。

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);

Microsoft 支持刚刚通知他们仅支持 1x1 视频通话。他们希望在 2 月 21 日发布新版本以处理超过 2 人同时共享视频。