Jollibee Logo

Glossary

Last updated: 12-04-2026

Here's something most players don't think about when they join a live baccarat table: the experience they're getting depends almost entirely on technology decisions made long before they arrived. The video quality. The latency between the physical deal and what appears on their screen. Whether the OCR system correctly reads every card. Whether the streaming infrastructure can handle 500 simultaneous players on the same table without degradation. Whether the mobile client on a Filipino player's Android phone at 4G LTE receives the same visual fidelity as a desktop connection in a studio city.

I work on the technical side of that problem — live streaming architecture, optical character recognition pipelines, game control units, mobile video optimisation. The decisions made in this layer directly shape player experience in ways that are usually invisible until something goes wrong. A slightly buffering stream means a player misses the card reveal and has to ask what happened. A miscalibrated OCR read means the displayed result lags behind the physical outcome. A poor mobile encoding profile means a Filipino player on a smartphone gets a pixelated feed that makes the baccarat scoreboard illegible.

This glossary covers the complete casino vocabulary — game fundamentals, bonus mechanics, payments — and then the layer that no other casino glossary addresses: the technology behind live casino, explained so that players understand what they're seeing, why it sometimes degrades, and how to recognise a technically high-quality platform from one that's cutting corners on infrastructure. 18+ always. The homepage has everything, or go to login directly.

What are the core game terms every Filipino player needs as a foundation?

The vocabulary that applies to every game on every platform — before we get into the technology that delivers it.

RTP (Return to Player) — a percentage expressing how much a game theoretically returns across millions of rounds. A slot with 96% RTP pays back ₱96 per ₱100 wagered over a very large statistical sample. Not a session guarantee — variance in any individual session can differ dramatically from the long-run expectation. RTP is a game selection metric, not a session predictor. Technical note: in live casino games, RTP is determined by game rules (which are fixed), not by any software algorithm — the physical cards, dice, and wheel are the RNG. This is why independent RNG certification for live games verifies the physical equipment and procedural controls rather than software code.

House Edge — the casino's permanent mathematical advantage on every bet. Baccarat Banker: 1.06%. European roulette: 2.70%. Blackjack with strategy: below 0.50%. Color Game: approximately 7–8%. In live casino contexts, the house edge is entirely determined by the rules of the game as presented at the table — not by any technical manipulation of the stream or outcome data. This is why live casino can actually be more trustworthy in some respects than RNG games: the outcomes are physically observable in real time.

Volatility / Variance — how a game distributes wins. High volatility: rare large wins with cold stretches between. Low volatility: frequent smaller wins. From a technical standpoint, volatility is a property of game mathematics — not something that varies with stream quality or platform infrastructure. A 96% RTP baccarat game played on a poor-quality stream has the same mathematical characteristics as the same game on a pristine 4K feed.

Wagering Requirement — bonus playthrough condition. The technical relevance: some platforms track game contribution rates differently for live casino versus RNG games in their back-end systems. If there's a discrepancy between what the promotional page says and what your wagering balance reflects, it's worth checking with support — sometimes it's a display bug in the front-end interface rather than an intentional T&C difference.

RNG (Random Number Generator) — in the context of digital casino games (slots, RNG table games), the certified software producing random outcomes. In live casino games, the physical randomness is generated by real cards, real dice, and real roulette wheels — the "RNG" equivalent is the physical process, verified through procedural controls rather than software audits. This distinction matters: when players ask whether live casino games are "rigged," the answer involves understanding that the outcome is determined by physical reality, with OCR technology simply reading and reporting it.

Author's tip from Benedict Soriano, VP of Technical Product | Live Streaming & OCR Technology: "The most common question I get from players about live casino fairness is: 'Can the platform manipulate the outcome after I've seen the card dealt?' The answer, from the technical side, is no — and here's why. OCR reads the card the moment it's physically turned face-up. That reading is committed to the game state log before the result is displayed to the player. The sequence is: physical card revealed → OCR reads → game state updated → result displayed to player. There's no window in that pipeline for a post-hoc change. The card's value is locked the moment it's physically revealed, independent of any outcome display decision." Live casino data flow — from physical deal to player screen A left-to-right technical flow diagram with eight steps showing how a live casino hand travels from the physical table through cameras, OCR processing, encoding, CDN delivery, and mobile decoding to the player's screen, with latency timings at each stage. Live casino: from table to your screen What happens in the ~300ms between a card being dealt and you seeing it 1 · Physical Table Dealer turns card face-up on felt T=0ms 2 · Cameras Multi-angle HD capture Overhead + close-up +5ms 3 · OCR Engine Reads card value Commits to game log +10ms 4 · Game Control Unit Validates result · Updates scoreboards + payouts +15ms 5 · Video Encoder Compresses stream H.264/H.265 · ABR profiles +20ms 6 · CDN Edge Node Distributed delivery Nearest PH node +50–150ms 7 · Player Client Decodes stream Renders interface +30ms 8 · Player Screen Card displayed Result + payout shown ~300ms total Total end-to-end latency on a quality platform: 200–400ms · On a poor platform: 2,000ms+ (2 seconds) OCR at step 3 commits the result to the game log BEFORE it reaches your screen The outcome cannot be changed after physical card reveal — the pipeline locks it at OCR read Filipino players on mobile: CDN edge node selection (step 6) is the biggest latency variable Platforms with Asian CDN presence deliver 200–300ms. Platforms routing through Europe: 800ms+

What live casino technology terms do Filipino players encounter and need to understand?

These are the terms that describe the technology you're interacting with every time you play a live table — and understanding them helps you diagnose what's going wrong when a session degrades, and recognise what distinguishes a technically superior platform from an inferior one.

OCR (Optical Character Recognition) — in live casino contexts, OCR is the computer vision technology that reads physical card values, dice results, and roulette ball positions from camera feeds and converts them into digital data. When the dealer turns over a card at the baccarat table, an OCR system reads the suit and value from the physical card face in real time — typically within 10–15 milliseconds of the card being visible to the camera. That reading is committed to the game state log before the result is displayed on the player's screen. This is the technical mechanism that makes live casino outcomes tamper-resistant: the result is locked at physical reveal, not at display time. OCR quality varies significantly between providers — Evolution's OCR pipeline is considered the benchmark; lesser platforms show occasional read delays or errors that create lag between the physical outcome and the on-screen update.

GCU (Game Control Unit) — a dedicated hardware and software unit at the live table that manages the interface between the physical game and the digital platform. The GCU receives data from OCR systems, validates game state, updates player-facing interfaces (scoreboards, bet results, chat), and manages the logical game flow — triggering a third card in baccarat where the rules require it, for example. It also encodes the video feed for transmission. The GCU is effectively the brain of a live table — its processing speed and reliability directly affects how smoothly game state updates reach players. A high-quality GCU keeps all elements in sync. A slow or overloaded one creates the desynchronisation where the scorecard updates before or after the video shows the result.

Latency (Stream Latency) — the delay between a physical event at the table (card reveal, ball landing) and the player seeing it on screen. Measured in milliseconds (ms). On a technically excellent platform with good CDN infrastructure: 200–400ms total end-to-end. On a platform with poor infrastructure or long routing paths: 800ms to over 2,000ms. For most game types this is a minor nuisance. For live blackjack where timing of decisions matters and for games with chat interaction — it changes the experience significantly. Filipino players connecting to studios in the Philippines (like Evolution's Cebu facility) benefit from shorter network routing than those connecting to studios in Latvia or Romania through servers not optimised for the Philippines market.

Adaptive Bitrate Streaming (ABR) — a streaming technology that automatically adjusts video quality based on the player's current network bandwidth. Instead of a fixed-quality stream that buffers when bandwidth drops, ABR continuously monitors connection speed and switches between pre-encoded quality levels (e.g., 1080p at 4 Mbps → 720p at 2 Mbps → 480p at 800 Kbps). For Filipino players on mobile with variable network quality, ABR is the difference between a seamless session and a constantly buffering one. The quality of ABR implementation varies by platform — some switch between quality levels smoothly and invisibly; others produce a jarring step change that makes the stream obviously lower quality.

CDN (Content Delivery Network) — a geographically distributed network of servers that cache and deliver streaming content from nodes near the end user. For a Filipino player in Manila watching a stream from a studio in Cebu or Singapore, a CDN edge node in Metro Manila or Singapore delivers the stream in 50–100ms. A stream delivered from a European origin server without regional CDN presence may add 200–400ms of latency on top of the studio-to-CDN leg. When evaluating a live casino platform for Filipino players, asking whether they have CDN nodes in Southeast Asia is a technically meaningful question about stream quality.

Multi-Angle Camera System — live casino tables are covered by multiple simultaneous camera positions: an overhead view showing the full table layout, a close-up on the card or dice area, a dealer-facing camera for human interaction, and sometimes a Picture-in-Picture (PiP) combining multiple angles. The player can typically switch between these views or the platform selects the most relevant angle automatically based on game state (zooming to the card reveal during a squeeze, for example). The number and quality of camera positions is an indicator of studio production investment — premium tables have 6+ camera positions; budget operations have 2–3.

Baccarat Scoreboard / Road — the pattern display systems (Big Road, Bead Plate, Small Road, Big Eye Boy, Cockroach Pig) that track previous baccarat hand outcomes as colour-coded symbols. Technically, these are rendered by the GCU in real time from the committed game history log — the same log OCR updates when each card is read. The fidelity of the scoreboard is a direct reflection of OCR accuracy: if OCR misreads a card, the scoreboard will reflect the error. Premium platforms with well-calibrated OCR have near-zero scoreboard errors; budget platforms may occasionally show a corrected entry when a previous read was flagged as erroneous.

Term What It Does Player Impact Quality Indicator Notes
OCR Engine Reads card/dice/ball values from camera feed in real time Accuracy of displayed results; scoreboard integrity Near-zero errors / immediate update vs occasional lag or correction Evolution's OCR is benchmark quality. Result locked at OCR read — not modifiable after.
GCU (Game Control Unit) Manages game state, validates results, updates player interface Smoothness of scoreboard updates; bet result timing Synchronised updates vs desynchronised video/data If scoreboard updates before/after video — GCU sync issue, not cheating.
Stream Latency Delay between physical event and player display Session feel; chat interaction responsiveness 200–400ms = excellent; 800ms+ = noticeable; 2s+ = poor Filipino players connecting to Philippine studios (Cebu) have lowest latency.
ABR Streaming Auto-adjusts video quality to match connection bandwidth Prevents buffering on variable mobile connections Smooth quality transitions vs jarring pixelation shifts Critical for Filipino players on 4G LTE with variable signal strength.
CDN Delivers stream from nearest geographical edge node Latency; stream reliability for PH players SEA edge nodes = 50–150ms; Europe-only = 400ms+ Platforms with Philippine or Singapore CDN presence serve Filipino players noticeably better.
Multi-Camera System Multiple simultaneous camera angles covering the table Transparency; immersion; squeeze experience quality 6+ positions = premium; 2–3 = budget production Overhead + close-up + dealer-facing are minimum for quality baccarat table.
Baccarat Road (Big Road etc.) GCU-rendered real-time hand history display Pattern tracking for players who use scoreboards Immediate updates with no errors vs occasional corrections Corrections to scoreboards indicate OCR errors — normal occasional on any platform.
Squeeze (Baccarat) Dramatic slow card reveal by dealer or mechanical device Theatrical tension; popular with Filipino players Camera sync quality during squeeze; multi-angle coverage OCR reads at moment card is fully visible — squeeze speed doesn't affect accuracy.
Author's tip from Benedict Soriano, VP of Technical Product | Live Streaming & OCR Technology: "When Filipino players experience what looks like a 'delayed result' — the video shows the card but the scoreboard hasn't updated yet, or vice versa — this is almost always a GCU synchronisation issue rather than any kind of result manipulation. The video stream and the data stream are separate pipelines that are supposed to arrive in sync. When they don't, it's a transmission timing issue. If you see this regularly on a platform, it indicates either CDN routing problems or an underpowered GCU configuration. It's a quality issue worth noting but not a fairness one."

How does mobile streaming technology affect live casino quality for Filipino players specifically?

The Philippines is a mobile-first gaming market — over 70% of Filipino casino sessions happen on smartphone, primarily Android, primarily on 4G LTE with variable signal strength. The technical implications of this are significant and underappreciated.

Mobile Codec Optimisation — video encoding for mobile casino play requires different settings than desktop. The dominant codec for live casino streaming in 2026 is H.265 (HEVC) for bandwidth-efficient high quality delivery, with H.264 fallback for older devices. On mobile, the rendering workload is shared between the hardware video decoder (more efficient) and software decoder (less efficient, higher battery drain). A platform that serves an H.265 stream well-tuned for hardware decoding on common Filipino Android devices (mid-range Realme, Samsung Galaxy A-series) will perform significantly better than one serving a generic desktop-optimised H.264 stream.

Low Bandwidth Mode — some platforms offer a specific low-bandwidth streaming mode that reduces video bitrate significantly (to ~400–600 Kbps) while maintaining game functionality. This is particularly valuable for Filipino players in areas with congested 4G networks or weaker signal. The video quality drops visibly but the game information (scoreboard, bet results, chat) remains functional. A platform without a low-bandwidth mode may become unplayable on a congested connection, while a competitor with this mode remains accessible.

Portrait vs Landscape Mobile Interface — this is an often-overlooked quality indicator. Live casino interfaces designed with Filipino mobile players in mind offer a functional portrait mode (vertical phone orientation) that doesn't require constant rotation. This matters because Filipino mobile gaming tends to happen in transit, lying down, or in contexts where landscape orientation is inconvenient. Platforms that force landscape for live casino — or whose portrait mode crops important information like the scoreboard — haven't optimised for the actual usage context.

Reconnection Handling — what happens when your 4G signal drops mid-hand? A well-engineered mobile client detects the disconnection, maintains the hand state, reconnects automatically when signal is restored, and shows the hand result retrospectively. A poorly engineered one drops the session entirely, requiring a manual reload that may lose the hand state. If you're a mobile player in the Philippines where signal can be inconsistent, testing a platform's reconnection behaviour is worth doing before a high-stakes session.

Screen Recording for Disputes — on mobile, built-in screen recording (available on most Android devices through the Quick Settings panel) is a useful tool for documenting technical issues at live tables. If a hand result appears incorrect or a payout seems wrong, a screen recording showing the last 60 seconds of play is the clearest evidence you can provide to customer support. Most platforms accept screen recordings as part of a dispute submission. This is a practical technical tip that most players don't know about until they need it.

Live casino technical quality assessment — six dimensions A grid of six technical quality assessment areas for evaluating a live casino platform, each showing what to observe, what good performance looks like, and what poor performance indicates, colour-coded by category. How to assess a live casino platform's technical quality Six observable dimensions — what you see tells you about the infrastructure behind it Stream Latency Test: watch card reveal in stream vs scoreboard update timing ✓ Near-simultaneous update ✗ Visible 1–2 second gap Indicates CDN quality + GCU config 200–300ms gap = normal + acceptable ABR / Video Quality Test: switch to mobile data watch for quality response ✓ Smooth quality step-down ✗ Sudden pixelation / freeze Indicates ABR implementation quality Critical for PH mobile players OCR Accuracy Test: watch for scoreboard corrections after commits ✓ No corrections in 50+ hands ✗ Frequent corrections = poor OCR Occasional rare correction = normal Evolution benchmark: near-zero errors Mobile Portrait Mode Test: use on phone in portrait orientation (vertical) ✓ Full scoreboard visible ✗ Forced landscape / info cut off Critical for PH mobile-first players Most sessions on phone — portrait matters Reconnection Handling Test: briefly disable WiFi mid-hand, then re-enable ✓ Auto-reconnects, shows result ✗ Full reload required, state lost Variable PH 4G makes this critical Auto-reconnect = quality client engineering Camera Coverage Test: count available camera positions on a baccarat table ✓ 5+ angles: overhead, close-up, PiP ✗ Single fixed angle only More angles = higher studio investment Especially important for baccarat squeeze Run these checks in a free play or low-stakes session before committing to a platform for regular play Technical quality correlates strongly with overall platform investment and player-respect

What general casino terms matter most for Filipino players playing live games?

With the technical foundation established, here are the gameplay and payment terms that matter most in the live casino context — explained with the technical layer in mind where relevant.

Natural (Baccarat) — a two-card total of 8 or 9 that ends the hand immediately. Technical note: when a natural occurs, the GCU immediately closes betting on that hand and triggers the result display — this is one of the fastest hand outcomes in terms of pipeline completion. Players sometimes see the result appear extremely quickly on naturals compared to drawn hands, which can feel surprising but is simply because fewer cards trigger the OCR pipeline.

Squeeze — the slow, dramatic card reveal in baccarat where the card corners are bent back incrementally before full face reveal. Popular with Filipino players. Technical note: OCR reads at the moment the card is fully face-up — the squeeze animation before that point doesn't trigger the read. This means a very slow squeeze on a premium table doesn't delay the result beyond the normal pipeline, and a very quick reveal also doesn't create any result uncertainty. The result is determined by the physical card value, not by how quickly it's shown.

Bust (Blackjack) — going over 21. Technical note: the GCU has rules-based logic that triggers automatic bust resolution without requiring additional dealer action — if OCR reads a card that would take a hand over 21, the system immediately closes that position. This is why blackjack hands where you bust are sometimes resolved faster than expected.

Live Chat — the real-time text chat with the dealer and other players. Technical note: chat latency is typically lower than video stream latency because text data is tiny and doesn't require CDN video delivery. But if a platform has poor server infrastructure, chat can also lag. On high-quality platforms, chat messages appear near-instantaneously; on poor platforms, messages may arrive seconds after sending — making interaction with the dealer feel disjointed.

GCash Withdrawal (Live Casino) — from a technical standpoint, the confirmation you receive when a live casino session ends is not the payout itself — it's a balance credit in the casino's system. The withdrawal pipeline (from casino balance to GCash wallet) is a separate process that happens asynchronously. This means two players finishing a session at the same time might receive their withdrawals at different times depending on their position in the withdrawal processing queue, their KYC status, and the specific withdrawal method's processing batch timing.

Term Category Technical Layer Insight House Edge Notes
Baccarat Banker Live Game Third-card draw rules triggered by GCU logic, not dealer decision 1.06% Best live casino bet. GCU enforces third-card rules automatically — no dealer discretion.
Baccarat Tie Live Game GCU identifies tie condition and triggers 8:1 payout automatically 14.36% Avoid. The high payout does not compensate for the poor probability.
Dragon Tiger Live Game Single-card OCR read — fastest table game to complete the pipeline 3.73% Extremely fast hand resolution. Avoid Tie (32%+ edge).
Lightning Roulette Live Game Show Ball tracking camera + OCR/CV hybrid identifies pocket. RNG generates lightning multipliers. 2.7% base (higher on lightning numbers) Evolution Cebu studio streams this for PH market. Hybrid physical + digital outcome.
Color Game Filipino Live Computer vision reads dice colour/symbol from shaker — similar to OCR for cards ~7–8% Live host format. CV reads three dice simultaneously — more complex than single card OCR.
Crash (Aviator) Provably Fair No OCR — outcome is pure server-side RNG with cryptographic proof ~3–5% Provably fair hash verification available per round. Fastest pipeline — server-side only.
Blackjack Live Game Multi-player table: GCU manages multiple simultaneous player hand states <0.5% (with strategy) Best house edge in live casino. GCU handles multi-hand complexity — requires quality infrastructure.

What does responsible gambling mean from a technical platform perspective?

Technical product decisions have direct responsible gambling implications that most players never see — but understanding them clarifies why some platform features work the way they do.

Autoplay Technical Design — from a product standpoint, autoplay in slots is a feature that reduces deliberate decision points between spins. Responsible gambling-conscious technical design includes mandatory reality check interruptions during autoplay sessions, automatic loss limit enforcement that pauses autoplay when a threshold is reached, and configurable maximum round limits. A platform whose autoplay has none of these guardrails has made a deliberate product decision that prioritises engagement over player protection. This is visible in the product — check whether your platform's autoplay settings include a loss limit option before you use the feature.

Deposit Limit Technical Implementation — on a well-engineered platform, deposit limits are enforced at the server level, not just the UI level. This means the limit cannot be bypassed by clearing cookies, using a different browser, or other client-side workarounds — the check happens on the platform's backend. A platform where deposit limits can be circumvented client-side has implemented them as a checkbox exercise rather than genuine controls.

Session Data and Reality Check — the session duration and net position data shown in reality checks comes from the platform's real-time transaction log — the same system that records every bet for audit purposes. The accuracy of this data is a function of the platform's database integrity. A reality check that shows inaccurate session data is an indication of database sync issues — worth raising with support.

Gambling is entertainment. Set your deposit limit before your first session. The technical infrastructure of a live casino is designed to give you the best possible experience of the games — but you bring the most important element: the decision about how much to spend and when to stop. 18+ always. NCMH helpline: 1553. For responsible gambling support: Gambling Therapy (gamblingtherapy.org).

Author's tip from Benedict Soriano, VP of Technical Product | Live Streaming & OCR Technology: "From a product engineering perspective, the most telling test of a live casino platform's overall quality isn't the game selection or the bonus offer — it's how it behaves when something goes wrong. When your connection drops mid-hand, does the client auto-reconnect and show you the result? When the stream degrades on a crowded network, does ABR step quality down gracefully? When OCR makes a rare read error, is there a visible correction mechanism and can you see it? Platforms that handle failure states well have invested in engineering depth. Platforms that don't — that lose your hand state on disconnect, freeze on quality drop, or silently accept OCR errors — have not. Test the edge cases before you trust the main path." Philippines live casino ecosystem — Evolution Cebu to Filipino player A network diagram showing the live casino production and delivery ecosystem for Filipino players, from the Evolution Cebu studio through CDN nodes to Filipino mobile players, with latency estimates and quality indicators at each stage. Philippines live casino ecosystem From the Cebu studio to your phone — the shortest path in Southeast Asia live casino Evolution Cebu Studio Launched Jul 2025 OVG partnership Baccarat + Lightning Roulette + Super Color OCR Engine + GCU Reads cards in 10–15ms Locks result before display PAGCOR certified H.265 Encoder Multi-bitrate encode Mobile-optimised profiles ABR-ready output CDN — Manila Edge node Metro Manila Latency from Cebu: ~30ms Total to player: 200–300ms CDN — Singapore Regional SEA fallback Latency from Cebu: ~80ms Total to player: 300–450ms Manila Player ~200ms Cebu Player ~300ms Platform without SEA CDN (EU-origin): 800–1200ms total 4× worse latency — noticeable in every interaction Evolution's Cebu studio is the reason Filipino players now get sub-300ms latency on Evolution tables Previously, all Filipino connections routed to Latvia — 4× the latency

This glossary gives you the vocabulary to understand both sides of the live casino: the mathematics that determines outcomes, and the technology that delivers them to your screen. The two are independent — a technically excellent stream doesn't change the house edge, and a high RTP game doesn't require premium infrastructure. But the combination of understanding both gives you a complete picture of what you're playing.

  • OCR locks the result at card reveal — before it reaches your screen. The pipeline cannot be manipulated after that point.
  • Stream latency and OCR sync issues are technical problems, not fairness ones. A delayed scoreboard update is a CDN/GCU issue.
  • Test a platform's reconnection handling before a high-stakes session — variable 4G makes this critical for Filipino players.
  • Evolution's Cebu studio delivers the best latency for Filipino players — sub-300ms versus 800ms+ from European studios.
  • ABR streaming quality matters on mobile — test your platform on mobile data before committing to regular play.
  • Deposit limits enforced at server level are genuine controls. UI-only limits are not. You can verify by testing the limit at the account level.

Explore Jollibee from the homepage, or go straight to login.

FAQ

What is "Bonus Buy" and is it worth the high cost?
This feature lets you pay a fee (usually 100x your bet) to skip the base game and enter the bonus round immediately. It is risky but popular for players in Philippines who want to jump straight to the big wins at Jollibee.
What are "Cascading Reels" and how do they work?
When you win, the winning symbols disappear and new ones fall down. This can give you many wins in a row from one spin! It's an exciting and rewarding feature for players in Philippines at Jollibee.
What are "Paylines" and can I change them?
Paylines are the paths symbols must land on to win. Some games at Jollibee have fixed lines, while others let you choose how many lines to play, affecting your bet size per spin in Philippines.
What is a "Sticky Wild" and how does it help?
A Wild symbol that stays on the reels for the next spin. This makes it much easier to hit big multi-line combinations during your session at Jollibee, which is why it's a favorite in Philippines.
What is "Volatility" and should I choose High or Low?
High Volatility means big wins but less often. Low Volatility means small, frequent wins. If you have a big budget in Philippines, go High; if you want to play for a long time on a small budget, Low is better at Jollibee.
What does "Wagering Requirement" actually mean?
It is the number of times you must bet your bonus before you can withdraw it. For example, a $10 bonus with a 30x requirement means you need to place $350 in total bets at Jollibee before cashing out in Philippines.
What is a "Megaways" game and why are they so famous?
Megaways games have a random reel modifier that changes the number of symbols on each reel every spin. This can create up to 117,649 ways to win, providing a unique experience for players at Jollibee in Philippines.
What is the difference between "Real Balance" and "Bonus Balance"?
Your Real Balance is cash you can withdraw anytime. Your Bonus Balance is promotional money that must be wagered. At Jollibee, your real cash is always used first, and winnings from it are withdrawable in Philippines.
Benedict Soriano
Benedict Soriano
VP of Technical Product | Live Streaming & OCR Technology
Benedict is a technical visionary responsible for the evolution of the "Smart Studio" in the Asian Live Casino sector. He specializes in the implementation of Optical Character Recognition (OCR) and low-latency WebRTC streaming that ensures a real-time, glitch-free experience for players in remote regions. Benedict’s LinkedIn insights cover the technical debt of older streaming platforms and the benefits of migrating to edge-computing solutions. He is a key figure in the development of augmented reality (AR) features for traditional Asian games like Sic Bo and Fish-Prawn-Crab.
Download Jollibee app Download App
Close
Wheel button Spin
Wheel disk
800 FS
500 FS
300 FS
900 FS
400 FS
200 FS
1000 FS
500 FS
Close
Wheel gift
300 FS
Congratulations! Sign up and claim your bonus.
Get Bonus