Skip to content

Commit 31eadd1

Browse files
committed
fix: vite compile error
1 parent ab9bede commit 31eadd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ function stop() {
7373
pc = null;
7474
localStream = null;
7575
toggleBtn.textContent = "Start";
76-
statusEl.textContent = pc?.connectionState ?? "Disconnected";
76+
statusEl.textContent = "Disconnected";
7777
}
7878

0 commit comments

Comments
 (0)