From 8862899decdfba391b9ddf5e63b8118d00145265 Mon Sep 17 00:00:00 2001 From: William Bishop Date: Fri, 12 Jan 2024 14:32:35 +0100 Subject: [PATCH] Update README.md breakout rooms to reflect limitations (#241) --- examples/breakout-rooms/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/examples/breakout-rooms/README.md b/examples/breakout-rooms/README.md index 18301a526..3d3f2b162 100644 --- a/examples/breakout-rooms/README.md +++ b/examples/breakout-rooms/README.md @@ -2,6 +2,8 @@ This example shows you how leverage collaborative and real-time features, including sessions and real-time events and storage. +> Note: To utilize all the functionality for this app, including the timer method, you will need to be on a Starter or higher Miro plan, and authorize the app under a non-developer team. + # 👨🏻‍💻 App Demo https://github.com/miroapp/app-examples/assets/7162412/e03987e3-f85b-48ab-86b8-f4314c3c5e76 @@ -11,7 +13,6 @@ https://github.com/miroapp/app-examples/assets/7162412/e03987e3-f85b-48ab-86b8-f - [Included Features](#features) - [Tools and Technologies](#tools) - [Prerequisites](#prerequisites) -- [Associated Developer Tutorial](#tutorial) - [Run the app locally](#run) - [Folder Structure](#folder) - [License](#license) @@ -67,11 +68,6 @@ https://github.com/miroapp/app-examples/assets/7162412/e03987e3-f85b-48ab-86b8-f - Your development environment includes [Node.js 14.13](https://nodejs.org/en/download) or a later version. - All examples use `npm` as a package manager and `npx` as a package runner. -# 📖 Associated Developer Tutorial - -> To view a more in depth developer tutorial -> of this app (including code explanations) see the [custom actions tutorial](https://developers.miro.com/docs/add-custom-actions-to-your-app) on Miro's Developer documentation. - # 🏃🏽‍♂️ Run the app locally 1. Run `npm install` to install dependencies.