rn,flags: add ability to override resolution using a flag

Also, use the configured resolution to set it as the max received frame size.
This commit is contained in:
Saúl Ibarra Corretgé
2020-07-07 22:34:52 +02:00
committed by Saúl Ibarra Corretgé
parent 8d1bde3cb1
commit 7d513738d2
7 changed files with 55 additions and 5 deletions

View File

@@ -81,6 +81,13 @@ export const RAISE_HAND_ENABLED = 'raise-hand.enabled';
*/
export const RECORDING_ENABLED = 'recording.enabled';
/**
* Flag indicating the local and (maximum) remote video resolution. Overrides
* the server configuration.
* Default: (unset).
*/
export const RESOLUTION = 'resolution';
/**
* Flag indicating if server URL change is enabled.
* Default: enabled (true)