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:
- user clicks on phone dial
- user receives call on twilio client, , call initiated phone dial
- 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
Post a Comment