Showing
1 changed file
with
3 additions
and
0 deletions
... | ... | @@ -15838,6 +15838,9 @@ class HandleDynamicEffect { |
15838 | 15838 | isLive: true, |
15839 | 15839 | cors: true, |
15840 | 15840 | withCredentials: false, |
15841 | + hasAudio: false, | |
15842 | + autoCleanupSourceBuffer: true, | |
15843 | + autoCleanupMaxBackwardDuration: 60, | |
15841 | 15844 | } |
15842 | 15845 | }, |
15843 | 15846 | } | ... | ... |