Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[RTC-548] Allow underscore in room IDs, rename leftover files (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfn authored May 22, 2024
1 parent cba6b46 commit 231414a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/room.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The holder for peers and components.

* `roomId` (string, default: null) - Custom ID used for identifying the room within Fishjam.
Must be unique across all rooms. If not provided, a random UUID will be generated.
It may contain only alphanumeric characters and hyphens.
It may contain only alphanumeric characters, hyphens and underscores.

* `maxPeers` (integer 1.., default: null) - Maximum number of peers allowed in the room.
If set to null (default), the number of peers is unlimited.
Expand Down

0 comments on commit 231414a

Please sign in to comment.