Skip to content
Install for Slides

Running a live session

A session is what your audience joins when you present. Here's how to run one smoothly.

Starting

Press Present on any Doppio slide. The join code, QR, and a live vote counter appear. Keep the code visible for a few seconds so latecomers can still join.

For recurring classes or standing meetings, create a room instead of a one-off session. A room keeps the same link and code across sessions, so participants can bookmark it once.

js
const room = await doppio.rooms.create({ name: "Bio 101", persistent: true });
console.log(room.joinUrl); // → https://join.doppio.app/bio-101

Moderation

On Pro, open the moderation tray to approve Q&A submissions, hide off-topic entries, and mark questions as answered.

HEADS UP

Moderation applies to Q&A and open-text questions only. Multiple-choice and rating votes are anonymous and cannot be individually removed.

Made for rooms with people in them.