improved
2023-09-15: SDK Update #198
over 1 year ago by Allan Bush
Added
- FunctionService class to call Oooh hosted cloud functions, accessible via Runtime.getFunctionService method
- Ability to disable the pause menu in your module via the manifest usesPauseMenu option
- New CSS properties to describe where the module close button is rendered
--o3h-close-button-position-top
,--o3h-close-button-position-left
,--o3h-close-button-width
,--o3h-close-button-height
and an API call to get the values - New CSS properties to describe where a back button should be rendered
--o3h-back-button-position-top
,--o3h-back-button-position-left
,--o3h-back-button-width
,--o3h-back-button-height
and an API call to get the values
Deprecated
- VideoRecordingLayoutOptions.screenCaptureMode - full screen mode is no longer an option
Removed
usesGlobalSettings
option from the module manifest