Disconnected

SetVideoSettings

Numerator of the fractional FPS value.

Denominator of the fractional FPS value.

Width of the base (canvas) resolution in pixels.

Height of the base (canvas) resolution in pixels.

Width of the output resolution in pixels.

Height of the output resolution in pixels.

{
  "requestType": "SetVideoSettings",
  "requestData": {
    "fpsNumerator": 0,
    "fpsDenominator": 0,
    "baseWidth": 0,
    "baseHeight": 0,
    "outputWidth": 0,
    "outputHeight": 0
  }
}
// No response... 
// Did you send your request?