Question: How to get IRemoteVideoTrack's dimensions
Closed this issue · 2 comments
matamatanot commented
Describe the bug
In console, I found the following
current video dimensions: 640 480
Isn't there a function like IRemoteVideoTrack.getDimensions
?
HAHAHA44 commented
There may be the information you want in the method client.getRemoteVideoStats()
https://agoraio-community.github.io/AgoraWebSDK-NG/api/en/interfaces/iagorartcclient.html#getremotevideostats
matamatanot commented
I have been looking for receiveResolutionHeight
and receiveResolutionWidth
. Thanks!