📝(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:
antoine lebaud
2024-07-05 16:46:33 +02:00
committed by aleb_the_flash
parent 0c55f4a6e1
commit bc83646d25

View File

@@ -0,0 +1,9 @@
{
"room_name": "your-room-name",
"layout": "speaker-dark",
"file_outputs": [
{
"filepath": "/out/"
}
]
}