You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/data/event-schemas/examples/m.call.answer.yaml

14 lines
272 B
YAML

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