mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 10:46:47 +00:00
📝(livekit) add a room-composite Egress request example
This .json file will be useful when calling the LiveKit CLI command "start-egress", which takes a "--request" params as a path to a json file.
This commit is contained in:
committed by
aleb_the_flash
parent
0c55f4a6e1
commit
bc83646d25
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"room_name": "your-room-name",
|
||||||
|
"layout": "speaker-dark",
|
||||||
|
"file_outputs": [
|
||||||
|
{
|
||||||
|
"filepath": "/out/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user