Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the example of video chat, the number of allowed participants is two, and in the example of Video Conference - three. Example for four or more participants can be created.

The maximum allowed number of participants is defined by variable _participants in html file of the example (video-chat.html, line 17)

Code Block
languagejs
themeRDark
<script>var _participants = 2</script>

...