This commit is contained in:
boufni95 2025-01-28 17:29:27 +00:00
parent bf161ac7ba
commit 78a2bdc4b7

View file

@ -67,7 +67,7 @@ export default class webRTC {
this.sendCandidate(u, JSON.stringify(message))
}
conn.onconnectionstatechange = (event) => {
console.log('onconnectionstatechange', event)
console.log('onconnectionstatechange', event, conn.connectionState)
}
conn.ondatachannel = (event) => {
console.log('ondatachannel', event)