mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 03:18:37 +01:00
11 lines
195 B
YAML
11 lines
195 B
YAML
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.select_answer",
|
|
"content": {
|
|
"version" : "1",
|
|
"call_id": "12345",
|
|
"party_id": "67890",
|
|
"selected_party_id": "111213"
|
|
}
|
|
}
|