Resolution setting

When i start the initPublisher I set the resolution for the 1280x720, but when I go to to endpoint /api/session it show the publisher with resolution “videoDimensions”{“width”:640,“height”:480}".

and the recordings keep with 640x480 resolution…

it is a webcam resolution ?

I can set the resolution of the individual recording ?

Hello,

You can check your webcam supported resolutions on https://webrtchacks.github.io/WebRTC-Camera-Resolution/ (Quick Scan is enough).

Does it return pass status for 1280x720? If it does please paste your initPublisher code here.

Regards,
Mihail

I think is a webcam problem, i will try with other webcam. thank’s.