0

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

1 回答 1

0

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.

于 2021-02-01T20:05:04.827 回答