File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2596225962 }
2596325963 }
2596425964 },
25965+ "ClientInboundMessageEndCall": {
25966+ "type": "object",
25967+ "properties": {
25968+ "type": {
25969+ "type": "string",
25970+ "description": "This is the type of the message. Send \"end-call\" message to end the call.",
25971+ "enum": [
25972+ "end-call"
25973+ ]
25974+ }
25975+ },
25976+ "required": [
25977+ "type"
25978+ ]
25979+ },
2596525980 "ClientInboundMessageTransfer": {
2596625981 "type": "object",
2596725982 "properties": {
2600826023 "$ref": "#/components/schemas/ClientInboundMessageSay",
2600926024 "title": "Say"
2601026025 },
26026+ {
26027+ "$ref": "#/components/schemas/ClientInboundMessageEndCall",
26028+ "title": "EndCall"
26029+ },
2601126030 {
2601226031 "$ref": "#/components/schemas/ClientInboundMessageTransfer",
2601326032 "title": "Transfer"
You can’t perform that action at this time.
0 commit comments