Первоначальная версия VidConf
This commit is contained in:
14
backend/tests/fixtures/livekit/participant_joined.json
vendored
Normal file
14
backend/tests/fixtures/livekit/participant_joined.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"event": "participant_joined",
|
||||
"id": "{event_id}",
|
||||
"createdAt": "1720000001",
|
||||
"room": {
|
||||
"sid": "RM_test_joined",
|
||||
"name": "{room_name}"
|
||||
},
|
||||
"participant": {
|
||||
"sid": "PA_test",
|
||||
"identity": "{identity}",
|
||||
"name": "Test Participant"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user