Add p2p info to metrics

This commit is contained in:
Chocobozzz
2023-07-21 11:42:52 +02:00
parent b63c607b92
commit c6867725fb
15 changed files with 141 additions and 73 deletions

View File

@@ -6,8 +6,8 @@ export interface PlaybackMetricCreate {
resolution?: VideoResolution
fps?: number
p2pEnabled?: boolean
totalPeers?: number
p2pEnabled: boolean
p2pPeers?: number
resolutionChanges: number