BIG core logic rewrite

This commit is contained in:
Alexey Khit
2023-03-17 06:48:02 +03:00
parent 2146ea470b
commit 12a7b96289
107 changed files with 3000 additions and 3024 deletions
+1
View File
@@ -72,3 +72,4 @@ https://webrtc.org/getting-started/unified-plan-transition-guide?hl=en
- https://chromestatus.com/feature/5100845653819392
- https://developer.apple.com/documentation/webkit/delivering_video_content_for_safari
- https://dirask.com/posts/JavaScript-supported-Audio-Video-MIME-Types-by-MediaRecorder-Chrome-and-Firefox-jERn81
- https://privacycheck.sec.lrz.de/active/fp_cpt/fp_can_play_type.html
+2 -2
View File
@@ -115,9 +115,9 @@
<label><input type="radio" name="audio1" value="">none</label>
<br>
<label><input type="radio" name="audio2" value="microphone" checked>local microphone</label>
<label><input type="radio" name="audio2" value="microphone">local microphone</label>
<label><input type="radio" name="audio2" value="speaker">local speaker</label>
<label><input type="radio" name="audio2" value="">none</label>
<label><input type="radio" name="audio2" value="" checked>none</label>
<br>
<br>