mirror of
https://github.com/pion/webrtc.git
synced 2025-10-06 15:46:54 +08:00
examples: fix code quality
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user