diff --git a/react/features/filmstrip/functions.native.js b/react/features/filmstrip/functions.native.js index fa9f191d0..5cb785093 100644 --- a/react/features/filmstrip/functions.native.js +++ b/react/features/filmstrip/functions.native.js @@ -112,6 +112,15 @@ export function isStageFilmstripAvailable() { return false; } +/** + * Whether the stage filmstrip is enabled. + * + * @returns {boolean} + */ +export function isStageFilmstripEnabled() { + return false; +} + /** * Whether the stage filmstrip should be displayed or not. *