diff --git a/packages/react-native-video/src/core/utils/playerFactory.web.ts b/packages/react-native-video/src/core/utils/playerFactory.web.ts new file mode 100644 index 00000000..cdad1568 --- /dev/null +++ b/packages/react-native-video/src/core/utils/playerFactory.web.ts @@ -0,0 +1,6 @@ +/** + * No-op on web — audio session management is an iOS-only feature. + */ +export const setAudioSessionManagementDisabled = (_disabled: boolean): void => { + // no-op on web +};