You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Exercise 5 of Google Code Labs Tutorial of WebRTC (Link), under Bonus Points section point 4 says "From the console, look at localPeerConnectionpc1.localDescription. What does SDP format look like?".
Here localPeerConnectionpc1.localDescription must be localPeerConnection.localDescription.
The text was updated successfully, but these errors were encountered:
In Exercise 5 of Google Code Labs Tutorial of WebRTC (Link), under Bonus Points section point 4 says "From the console, look at
localPeerConnectionpc1.localDescription
. What does SDP format look like?".Here
localPeerConnectionpc1.localDescription
must belocalPeerConnection.localDescription
.The text was updated successfully, but these errors were encountered: