Cannot record livestream with mobile's resolution
I want to record livestream when started on mobile, but dimension provided by react native agora just are 4:3 or 16:9 How can i use mobile dimension like 720x1280 or something like that?
@LichKing-2234 can u take a look?
using cloud record?
using cloud record?
yes
@LichKing-2234 any solution?
You can set the size you want to record in the API ‘transcodingConfig ’ of the start request of the recording. If it is 4:3, Please try to set it to 1024*768.
You can set the size you want to record in the API ‘transcodingConfig ’ of the start request of the recording. If it is 4:3, Please try to set it to 1024*768.
@Aries112233 i mean, i want to record with mobile size, like 768*1024, etc
@LichKing-2234 can u support me this issue?