api: add user field to RTSP, RTMP, SRT, WebRTC conns and sessions (#5104) (#5565)

This commit is contained in:
Alessandro Ros
2026-03-14 00:03:58 +01:00
committed by GitHub
parent 9b36d50b8d
commit d1fd3df27c
39 changed files with 685 additions and 319 deletions
+8
View File
@@ -763,6 +763,8 @@ components:
type: string
query:
type: string
user:
type: string
bytesReceived:
type: integer
format: uint64
@@ -838,6 +840,8 @@ components:
type: string
query:
type: string
user:
type: string
transport:
type: string
nullable: true
@@ -911,6 +915,8 @@ components:
type: string
query:
type: string
user:
type: string
packetsSent:
type: integer
format: uint64
@@ -1185,6 +1191,8 @@ components:
type: string
query:
type: string
user:
type: string
bytesReceived:
type: integer
format: uint64