first commit
This commit is contained in:
19
backend/tests/fixtures/livekit/track_published.json
vendored
Normal file
19
backend/tests/fixtures/livekit/track_published.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"event": "track_published",
|
||||
"id": "{event_id}",
|
||||
"createdAt": "1720000002",
|
||||
"room": {
|
||||
"sid": "RM_test_track",
|
||||
"name": "{room_name}"
|
||||
},
|
||||
"participant": {
|
||||
"sid": "PA_test",
|
||||
"identity": "{identity}",
|
||||
"name": "Test Participant"
|
||||
},
|
||||
"track": {
|
||||
"sid": "{track_sid}",
|
||||
"type": "AUDIO",
|
||||
"source": "MICROPHONE"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user