performance comment

This commit is contained in:
Piotr 'pwh' Hanusiak 2022-04-12 15:51:23 +02:00
parent ce1961e34e
commit fe0f2872fc
3 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ You can have this object (i.e. your meeting area) to be selectable as the precis
{.alert.alert-info}
As an alternative, you may also put the `jitsiRoom` properties on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!
## Triggering of the "Jitsi meet" action

View File

@ -22,6 +22,7 @@ the [X-Frame-Options HTTP header](https://developer.mozilla.org/en-US/docs/Web/H
{.alert.alert-info}
As an alternative, you may also put the `openWebsite` properties on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!
## Integrating a Youtube video

View File

@ -15,6 +15,7 @@ In order to create a silent zone:
{.alert.alert-info}
As an alternative, you may also put the `silent` property on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!
## Playing sounds or background music
@ -33,3 +34,4 @@ In order to create a zone that triggers sounds/music:
{.alert.alert-info}
As an alternative, you may also put the `playAudio` properties on a layer (rather than putting them on an "area" object)
but we advise to stick with "area" objects for better performance!