This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RTC-456] Peerless purge, sidebar reorder, config list spacing (#82)
- Loading branch information
Showing
6 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Room | ||
|
||
The holder for peers and components. | ||
|
||
## Configuration options | ||
|
||
**Optional** | ||
|
||
* `roomId` (string, default: null) - Custom ID used for identifying the room within Jellyfish. | ||
Must be unique across all rooms. If not provided, a random UUID will be generated. | ||
|
||
* `maxPeers` (integer 1.., default: null) - Maximum number of peers allowed in the room. | ||
If set to null (default), the number of peers is unlimited. | ||
|
||
* `videoCodec` (string "h264" or "vp8", default: null) - Video codec enforced for each peer and component in the room. | ||
If set to null (default), no codec is enforced (peers and components may publish both H264 and VP8). | ||
|
||
* `webhookUrl` (string, default: null) - If provided, Jellyfish notifications will be sent to this URL. | ||
|
||
* `peerlessPurgeTimeout` (integer 1.., default: null) - Duration (in seconds) after which the room | ||
will be removed if no peers are connected. If set to null (default), this feature is disabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters