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.
10 lines
127 B
JSON
10 lines
127 B
JSON
{
|
|
"room_name": "your-room-name",
|
|
"layout": "speaker-dark",
|
|
"file_outputs": [
|
|
{
|
|
"filepath": "/out/"
|
|
}
|
|
]
|
|
}
|