This commit is contained in:
legop3
2025-11-29 22:51:29 -05:00
parent 0093c97873
commit 063afff53b
7 changed files with 17 additions and 31 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ export class WhepPlayer {
}
pc.onconnectionstatechange = () => {
const state = pc.connectionState;
this.notify(state);
this.notify(pc.connectionState);
};
pc.oniceconnectionstatechange = () => {
const state = pc.iceConnectionState;