setMediaQuality
Last updated
Methods
Description
Paramet
setMediaQuality( {videoHeight: Number, videoWidth: Number, frameRate: Number}
Apply constraints to the video resolution and frame rate.
It is possible to invoke
the function with a
sub-set of the parameters.
Example:WT.Participant
.setMediaQuality(
{frameRate: 18});
videoWidth - number
VideoHeight - number
frameRate - number
Browser
Video Resolution
Frame Rate
Chrome
+
+
Safari(macOS)
+
-
Chrome mobile
+
+
Safari iOS
+
+
Mozilla
Note: if you changed width or height - the other parameter changed automatically
+
Last updated