Ostap

Results 15 comments of Ostap

Will test this manually to ensure it works in a bit.

Works manually, not quite sure why CI fails.

Here are the steps based on the client-quickstart-js 1. Add the following line to the head tag. It allows all the required URLs except `wss://*.twilio.com` to simulated websockets being blocked....

The error that's not being triggered is https://github.com/twilio/twilio-client.js/blob/6d73cf602fbc729b4df6e4ecc644a0ddde8fe1d9/lib/twilio/wstransport.ts#L298. This error happens synchronously, but the listeners in device are currently added only after connection is created.

Wouldn't this require to always override `setRemoteDescription`, while we probably should override it only when needed?

Any updates on this? This breaks media establishing with Safari 12.0 for us.

There is https://github.com/abc123s/redux-batch-enhancer, which should solve this problem.

Not really. In your case you need to do the loading and provide callback in one file (one call even). In my case I want to be able to load...