added simple WebRTC video switching when 0 fps.

This commit is contained in:
Miroslav Šedivý
2021-02-10 19:27:34 +01:00
parent e28b714090
commit 221dd29968
2 changed files with 38 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export interface WebRTC {
stats: WebRTCStats | null
video: string | null
videos: string[]
auto: boolean
}
export interface WebRTCStats {