ThrivioMeetThrivioMeet

For developers

Skip the multi-month video build.

Building a waiting room, a live queue, an admit flow and call UI on top of raw video primitives is a project of its own. Drop ThrivioMeet into your patient portal or booking product instead — as an iframe, or natively in your own React app.

Two ways to embed

Pick based on what you're building

Both talk to the same telehealth API and behave the same — the difference is whether you want an iframe or native UI.

iframe snippet

One script tag, works in any site regardless of stack. Patients start their consult without ever leaving your page, and it stays in your branding the whole way through.

<script src="https://thriviomeet.com.au/embed.js"
        data-room="<room-uuid>"
        data-key="tm_xxxxxxxxxxxxxxxxxxxxxx"
        data-height="600px"></script>

Native React package

Renders inside your own React app with your own design system — no iframe. Good fit if you already run React and want the call to feel fully native.

npm install @thriviohealth/thriviomeet-react

What's included

The whole flow, not just the video

Both integration paths give patients the same experience: check in, wait in a branded queue, get admitted, and join the call — no downloads, no accounts.

  • Waiting room, realtime queue and admit flow — built in, not built by you
  • Reception console for front-desk staff to greet arrivals and route them to the right clinician
  • In-call chat, switched on or off per clinic
  • Signed mode: pass a patient's identity through and skip name entry
  • Branding carries through end to end, on the iframe or the native component
  • Group calls and background blur work by default, no extra setup
  • Fully managed video infrastructure — no media servers or credentials to run yourself

See the same call, three ways

The interactive demo flips between the iframe, a re-skinned brand, and the native component live — no setup needed to look around.