Skip to content

Commit

Permalink
+3
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 21, 2024
1 parent cb2c1cc commit e0bcad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ await con.setLocalDescription()
await new Promise( done => con.onicecandidate = ({ candidate })=> done( candidate ) )

// Exchange SDP
const sdp = await fetch( 'http://127.0.0.1:9090/p2p', {
const sdp = await fetch( '/any/query', {
headers: { 'content-type': 'application/sdp' },
method: 'options',
body: on.localDescription.sdp,
Expand Down

0 comments on commit e0bcad1

Please sign in to comment.