api: add tunnel and profile to RTSP conns and sessions (#4985)
This commit is contained in:
@@ -746,6 +746,8 @@ components:
|
||||
session:
|
||||
type: string
|
||||
nullable: true
|
||||
tunnel:
|
||||
type: string
|
||||
|
||||
RTSPConnList:
|
||||
type: object
|
||||
@@ -780,6 +782,9 @@ components:
|
||||
transport:
|
||||
type: string
|
||||
nullable: true
|
||||
profile:
|
||||
type: string
|
||||
nullable: true
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
Reference in New Issue
Block a user