📝(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
9
docker/livekit/egress-example/room-composite-file.json
Normal file
9
docker/livekit/egress-example/room-composite-file.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"room_name": "your-room-name",
|
||||
"layout": "speaker-dark",
|
||||
"file_outputs": [
|
||||
{
|
||||
"filepath": "/out/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user