examples: fix code quality

This commit is contained in:
backkem
2018-08-15 21:23:45 +02:00
committed by Sean DuBois
parent 16193eb742
commit c5d762d366

View File

@@ -37,4 +37,4 @@ window.startSession = () => {
pc.setRemoteDescription(new RTCSessionDescription({type: 'offer', sdp: atob(sd)})).catch(log)
pc.createAnswer().then(d => pc.setLocalDescription(d)).catch(log)
}
}