forked from External/mediamtx
This commit is contained in:
parent
1341421412
commit
598fadc9fb
7 changed files with 51 additions and 22 deletions
|
|
@ -487,6 +487,8 @@ components:
|
|||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
@ -544,6 +546,8 @@ components:
|
|||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
transport:
|
||||
type: string
|
||||
nullable: true
|
||||
|
|
@ -578,6 +582,8 @@ components:
|
|||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
@ -615,6 +621,8 @@ components:
|
|||
enum: [read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue