Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Jan 28, 2025
1 parent bf161ac commit 78a2bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/webRTC/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78a2bdc

Please sign in to comment.