Is there a way to force the resolution and fps from a browser stream ?
It appears it is tided to the video element width and height and not the mediaConstraints. Do mediaContraint play any role at this ?
I really need to set the stream from a browser to send 720p or 1080p @30fps to the server. Can't really figure it out, seems as if the SDK is intended to be used for video chats where the Resolution and FPS don't really matter that much. My use case requires 2 resolutions to be streamed from a browser (assuming capable hardware/bandwidth), 720p@30fps and/or 1080p@30fps, which ever the streamer can do based on their upload bandwidth.