up
This commit is contained in:
parent
bf161ac7ba
commit
78a2bdc4b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue