mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
webrtc extract type.
This commit is contained in:
8
src/component/types/webrtc.ts
Normal file
8
src/component/types/webrtc.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export interface WebRTCStats {
|
||||
bitrate: number
|
||||
packetLoss: number
|
||||
fps: number
|
||||
width: number
|
||||
height: number
|
||||
muted?: boolean
|
||||
}
|
Reference in New Issue
Block a user