mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 20:22:16 +02:00
WebRTC session exchange working
This commit is contained in:
@ -12,7 +12,7 @@ peerConnection = new RTCPeerConnection({
|
||||
peerConnection.oniceconnectionstatechange = e => {
|
||||
console.log(peerConnection.iceConnectionState)
|
||||
|
||||
switch (myPeerConnection.iceConnectionState) {
|
||||
switch (peerConnection.iceConnectionState) {
|
||||
case "closed":
|
||||
case "failed":
|
||||
console.log("FIXME Failed");
|
||||
|
Reference in New Issue
Block a user