webrtc extract type.

This commit is contained in:
Miroslav Šedivý
2021-07-17 15:06:32 +02:00
parent 27ca2e0719
commit fdc7412afc
2 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,8 @@
export interface WebRTCStats {
bitrate: number
packetLoss: number
fps: number
width: number
height: number
muted?: boolean
}