首页 > 解决方案 > Video Quality - Azure Communication Services

问题描述

The video quality of the cameras is pretty bad, I didn't find anything in the documentation giving me the option to change it.

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

标签: azure-communication-services

解决方案


Microsoft support just informed that they are supporting only 1x1 video call. They hope to release a new version in February 21 to handle more than 2 people sharing video at the same time.


推荐阅读