first commit
This commit is contained in:
16
backend/tests/fixtures/livekit/egress_ended.json
vendored
Normal file
16
backend/tests/fixtures/livekit/egress_ended.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"event": "egress_ended",
|
||||
"id": "{event_id}",
|
||||
"createdAt": "1720000004",
|
||||
"egressInfo": {
|
||||
"egressId": "{egress_id}",
|
||||
"roomName": "{room_name}",
|
||||
"status": "EGRESS_COMPLETE",
|
||||
"startedAt": "1720000002000000000",
|
||||
"endedAt": "1720000004000000000",
|
||||
"file": {
|
||||
"filename": "{file_path}",
|
||||
"location": "{file_path}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user