matrix-spec/data/event-schemas/examples/m.call.negotiate.yaml
Kévin Commaille dd7b3a0b81
Fix m.call.negotiate schema and example
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-05-26 10:26:27 +02:00

14 lines
279 B
YAML

{
"$ref": "core/room_event.json",
"type": "m.call.negotiate",
"content": {
"version" : "1",
"party_id": "67890",
"call_id": "12345",
"description": {
"type" : "offer",
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
}
}
}