TwilioDevEd / client-quickstart-js-deprecated

Twilio Client Quickstart for Web/Javascript
MIT License
46 stars 48 forks source link

Failed to make outbound call from Chrome Canary #9

Closed pallab-gain closed 5 years ago

pallab-gain commented 5 years ago

Twilio voice is failing to make outbound call(s) from current Chrome Canary

Affected browser details : Version 73.0.3671.0 (Official Build) canary (64-bit)

Part of the error message :

Received an error from MediaStream: {
  disconnect: true,
  info: {
     code: 31003
     message: "ICE negotiation with Twilio failed. Call will terminate."
}}

A subset of sample tests, and result :

Caller Callee Result
Chrome 71.0.3578.98 (Official Build) (64-bit) Chrome 71.0.3578.98 (Official Build) (64-bit) Success
Chrome 71.0.3578.98 (Official Build) (64-bit) Chrome Version 73.0.3671.0 (Official Build) canary (64-bit) Success
Chrome Version 73.0.3671.0 (Official Build) canary (64-bit) Chrome 71.0.3578.98 (Official Build) (64-bit) Failed
Chrome Version 73.0.3671.0 (Official Build) canary (64-bit) Chrome Version 73.0.3671.0 (Official Build) canary (64-bit) Failed
pallab-gain commented 5 years ago

Closing the issue because whatever the issue was, it was fixed in Chrome 73.0.3679.0