javascript - Twilio Client: error 31104 - Invalid bridge token -


we've app uses twilio client implement c2c system on browser.

it works ok on many different installations, we're having problems 1 subscriber.

the normal scenario be:

  1. user clicks on phone dial
  2. user receives call on twilio client, , call initiated phone dial
  3. called party answers , both persons talk

but on problematic case, weird happening on user side:

instead of one, 2 calls received user's twilio client. when receiving second one, error on js console saying "call has been accepted", , we're given error code of 31104, (according twilio) means "invalid bridge token". , call finished on twilio client side.

looking @ twilio logs see 1 call initiated user's twilio client, on browser we're seeing strange behavior blocking usage of twilio client (as second call twilio client triggers error , finishes first call).

i wasn't able find further information around 31104 error. out there have faced issue before? or similar issue while using twilio client?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -