We are trying to initiate the call using https://github.com/ringcentral/ringcentral-softphone-js and stream some audio into the call after the call is answered. But it looks like `answered` events come too early before even the phone itself rings. Actually, it comes right after the call was created.
I am using the demo for outbound calls from the repository https://github.com/ringcentral/ringcentral-softphone-ts/blob/main/demos/outbound-call.ts
You can see in the logs that `ANSWERED` event comes in the same second as the previous event, right after the call was started.