> For the complete documentation index, see [llms.txt](https://changelog.rapport.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.rapport.tech/copy-of-august-2023/31-august-join-session-by-qr-code.md).

# 31 August: Join Session by QR Code

## ✨ New

We know that sometimes enterprise-level networks don't play nicely with [Bonjour](https://developer.apple.com/bonjour/), the protocol we use under the hood for seamless connections between organizers and attendees. In such rare but crucial instances where [Bonjour](https://developer.apple.com/bonjour/) might be restricted or have compatibility issues, we've introduced a Plan B for you: QR Code Joining.

Now, as an **Organizer**, you can display a QR code that attendees can scan to join the presentation session directly. Even better, if you're using AirPlay to project your iPad screen to a larger display, the QR code will be displayed there too, making it ultra-convenient for everyone in the room to connect. No more fumbling with network settings or manually entering meeting codes — just a simple scan and you're in, ensuring your meeting runs as smoothly as possible.

<figure><img src="/files/VzqKnnLlTIIQS67fx2y3" alt=""><figcaption><p>Show QR Code</p></figcaption></figure>

## ➕ Improved

We've listened to your feedback and understand that sometimes you have ideas or spot little bugs that you'd like to share with us. To make this process even easier for you, we've added a new Feedback section right within the Settings. Now, a simple tap is all it takes to send us an email with your thoughts or issues. Your input helps us make the app better for everyone!

## 🔧 Fixed

* Resolved an issue with white text buttons in the polls action screens, improving visibility and user experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.rapport.tech/copy-of-august-2023/31-august-join-session-by-qr-code.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
