mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +00:00
updated webrtc api
This commit is contained in:
parent
6a8ca690f0
commit
aacd546210
10
doc/api.oa3
10
doc/api.oa3
@ -43,7 +43,7 @@ paths:
|
|||||||
/status/activity:
|
/status/activity:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
-status
|
- status
|
||||||
description: Websocket endpoint for receiving account status and calling events
|
description: Websocket endpoint for receiving account status and calling events
|
||||||
operationId: activity
|
operationId: activity
|
||||||
responses:
|
responses:
|
||||||
@ -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:
|
||||||
@ -3689,7 +3689,7 @@ paths:
|
|||||||
description: account disabled
|
description: account disabled
|
||||||
'500':
|
'500':
|
||||||
description: internal server error
|
description: internal server error
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- talk
|
- talk
|
||||||
description: terminte sepecified call
|
description: terminte sepecified call
|
||||||
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user