ios: add feature flag to enable recording on iOS
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
cf7b10d53d
commit
f7b92f65ca
@@ -1,5 +1,11 @@
|
||||
// @flow
|
||||
|
||||
/**
|
||||
* Flag indicating if recording should be enabled in iOS.
|
||||
* Default: disabled (false).
|
||||
*/
|
||||
export const IOS_RECORDING_ENABLED = 'ios.recording.enabled';
|
||||
|
||||
/**
|
||||
* Flag indicating if Picture-in-Picture should be enabled.
|
||||
* Default: auto-detected.
|
||||
|
||||
Reference in New Issue
Block a user