updated webrtc api

This commit is contained in:
balzack 2023-03-19 19:55:29 -07:00
parent 6a8ca690f0
commit aacd546210

View File

@ -3631,7 +3631,7 @@ paths:
schema: schema:
type: string type: string
- name: cardId - name: cardId
int: query in: query
description: id of card to call description: id of card to call
required: true required: true
schema: schema:
@ -3705,6 +3705,8 @@ paths:
in: path in: path
description: id of call to end description: id of call to end
required: true required: true
schema:
type: string
responses: responses:
'200': '200':
description: successful operation description: successful operation
@ -3718,7 +3720,7 @@ paths:
/talk/signal: /talk/signal:
get: get:
tags: tags:
-status - talk
description: Websocket endpoint for coordinating webrtc conversation description: Websocket endpoint for coordinating webrtc conversation
operationId: signal operationId: signal
responses: responses: