api: add tunnel and profile to RTSP conns and sessions (#4985)

This commit is contained in:
Alessandro Ros
2025-09-17 22:18:21 +02:00
committed by GitHub
parent 890d4272cd
commit 558d1c3818
8 changed files with 54 additions and 6 deletions
+5
View File
@@ -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