How The MyVideoRoom Shortcode Works

App ShortCode

You can use the following ShortCodes to add the MyVideoRoom Plugin to a page.

MyVideoRoomPlugin

This shows the video app

[ clubcloud_app name=”The Meeting Room” layout=”clubcloud” lobby=true admin=true ]

This will show the video with a room name of “The Meeting Room”, using the default “clubcloud” layout. The lobby will be enabled, but the user viewing this page will be an admin of the video

Parameter

Description

Default

name

The name of the room

All shortcodes on the same domain that share a room name will put users into the same video group. This allows you to have different entry points for admins and non admins.

The room name will be visible to users inside the video.

Club Cloud

layout

The id of the layout to display

A list of available layouts are available here: https://rooms.clubcloud.tech/layouts.html

The layout list is also available in a JSON format: https://rooms.clubcloud.tech/layouts

“boardroom”

admin

Whether the user should be an admin

Admins have the ability to add users to rooms, and move users between rooms.

You need at least one admin to start a video session.

false

loading-text

Text to show while the app is loading

“loading…”

lobby  (*)

Whether the lobby inside the video app should be enabled for non admin users

false

reception (#)

Whether the reception before entering the app should be enabled

false

reception-id (#)

The id of the reception image to use

A list of available reception images are available here: https://rooms.clubcloud.tech/receptions.html

The reception image list is also available in a JSON format: https://rooms.clubcloud.tech/receptions

“office”

reception-video (#)

A link to a video to play in the reception. Will only work if the selected reception supports video

(use reception setting)

floorplan (#)

Whether the floorplan should be shown

false

(*)

Admin Settings

(#)

Non-Admin Settings

ClubCloud Reception Widget

This shows the number of people currently waiting in a room

[ clubcloud_monitor name=”ClubCloud.tech” text-empty=”Nobody is currently waiting” text-single=”One person is waiting in reception” text-plural=”{{count}} people are waiting in reception” ]

Parameter

Description

Default

name

The name of the room

Club Cloud

text-empty

The text to show when nobody is waiting

“Nobody is currently waiting”

text-single

The text to show when a single person is waiting

“One person is waiting in reception”

text-plural

The text to show when a more than one person is waiting. “{{count}}” will be substituted with the actual count

“{{count}} people are waiting in reception”

text-loading

The text to show while the widget is loading

“Loading…”

type

The type of count to show:

“reception”:
The number of people waiting in reception
“seated”:
The number of people currently seated
“all”:
The total number of people, including reception, seated and non-seated admins

“reception”