mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
ahh!!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user