Improve Element2 copilot WebRTC tooling and enlarge the audio probe panel.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xin Wang
2026-07-13 12:12:04 +08:00
parent 8c7e0f0ee7
commit 6108b00007
2 changed files with 752 additions and 138 deletions

View File

@@ -473,7 +473,7 @@
'top:20px',
'right:20px',
'width:460px',
'max-height:70vh',
'max-height:90vh',
'z-index:999999',
'box-sizing:border-box',
'padding:12px',
@@ -494,7 +494,7 @@
<div id="audio-track-probe-list"></div>
<div style="color:#c084fc;margin:10px 0 4px;">Output senders</div>
<div id="audio-track-probe-output-list"></div>
<div id="audio-track-probe-log" style="margin-top:8px;height:90px;overflow:auto;border-top:1px solid #374151;padding-top:6px;color:#a7f3d0;"></div>
<div id="audio-track-probe-log" style="margin-top:8px;height:180px;overflow:auto;border-top:1px solid #374151;padding-top:6px;color:#a7f3d0;"></div>
`;
document.body.appendChild(panel);
document.getElementById('audio-track-probe-copy').addEventListener('click', async () => {

File diff suppressed because it is too large Load Diff