Reputation: 194
Now I am testing Twilio calls and there is one issue, which I cannot solve: I have 2 pages in my app for 2 workers - "joey" and "dima". Incoming calls connect to "joey" and I can handle these calls from "joey page". My question is: can I redirect accepted incoming calls to another worker to handle this call from another page (in this example from "dima" page)?
Upvotes: 1
Views: 281
Reputation: 637
According to the use case mentioned in the question the best solution that I come across was in GitHub repo Here.
Upvotes: 1