Answers for "set resolution of webrtc"

1

webrtc get current resolution

stream.getVideoTracks()[0].getSettings().deviceId
stream.getVideoTracks()[0].getSettings().frameRate
stream.getVideoTracks()[0].getSettings().height
stream.getVideoTracks()[0].getSettings().width
stream.getVideoTracks()[0].getSettings().frameRate
Posted by: Guest on June-09-2020

Browse Popular Code Answers by Language