Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 9, 2017
1 parent 69632a3 commit dcff170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function updateIceServers () {
twilioClient.tokens.create({}, function (err, token) {
if (err) return console.error(err.message || err)
if (!token.ice_servers) {
return console.error('twilio response ' + Object.stringify(token) + ' missing ice_servers')
return console.error('twilio response ' + JSON.stringify(token) + ' missing ice_servers')
}

// Support new spec (`RTCIceServer.url` was renamed to `RTCIceServer.urls`)
Expand Down

0 comments on commit dcff170

Please sign in to comment.