From aacd5462107faa32fa4b5d0fe031de389824ece7 Mon Sep 17 00:00:00 2001 From: balzack Date: Sun, 19 Mar 2023 19:55:29 -0700 Subject: [PATCH] updated webrtc api --- doc/api.oa3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/api.oa3 b/doc/api.oa3 index 2f521c11..2dbc6a86 100644 --- a/doc/api.oa3 +++ b/doc/api.oa3 @@ -43,7 +43,7 @@ paths: /status/activity: get: tags: - -status + - status description: Websocket endpoint for receiving account status and calling events operationId: activity responses: @@ -3631,7 +3631,7 @@ paths: schema: type: string - name: cardId - int: query + in: query description: id of card to call required: true schema: @@ -3689,7 +3689,7 @@ paths: description: account disabled '500': description: internal server error - delete: + delete: tags: - talk description: terminte sepecified call @@ -3705,6 +3705,8 @@ paths: in: path description: id of call to end required: true + schema: + type: string responses: '200': description: successful operation @@ -3718,7 +3720,7 @@ paths: /talk/signal: get: tags: - -status + - talk description: Websocket endpoint for coordinating webrtc conversation operationId: signal responses: