初步支持语音双向对讲webrtc插件

This commit is contained in:
xia-chu
2025-11-25 22:26:20 +08:00
parent 5efe843595
commit 5165ac4f74
5 changed files with 245 additions and 13 deletions

View File

@@ -66,8 +66,9 @@
</p>
<p>
<label for="method">method(play or push or echo):</label>
<label for="method">method:</label>
<input type="radio" name="method" value="echo" >echo
<input type="radio" name="method" value="talk" >talk
<input type="radio" name="method" value="push" >push
<input type="radio" name="method" value="play" checked = true>play
</p>