Operator Games API SDK Now Supports OneTouch Originals
Last updated
Was this helpful?
Released: 18 December 2025
We’ve released a new update to the Operator Games API SDK, expanding supplier support and improving how operators can build richer, more interactive game experiences.
This release focuses on three key improvements: native support for OneTouch Originals, new event listening capabilities, and clearer guidance for migrating from iframe-based integrations to the SDK.
You can now load OneTouch Originals games directly through the Operator Games API SDK. Games are automatically recognised and configured by the SDK, giving you instant access to original titles without changing your integration model.
Read more about OneTouch Originals in the SDK
The SDK now exposes native events for OneTouch Originals games, allowing you to listen for gameplay moments such as:
Game round started
Game round ended
Win / loss outcomes
Balance updates
This makes it easier to trigger custom UI behaviour such as win animations, balance refreshes, or real-time player feedback directly from your frontend.
Example:
Read more about OneTouch Originals in the SDK
We’ve added a dedicated migration guide to help operators move from iframe-based integrations to native SDK loading. The guide walks you through removing iframes, switching to the SDK, and validating your setup in a safe, step-by-step flow.
The OneTouch Originals support is available from SDK version 1.1.2.
New CDN:
Last updated
Was this helpful?
Was this helpful?
window.addEventListener('hub88-games-sdk', (e) => {
const event = e.detail.event
console.log('Hub88 Event:', event)
})<script src="https://cdn.hub88.io/games-sdk/hub88-games-sdk-1.1.2.js"></script>
