Forward same call to multiple host
Hello,
I'm new on Skyway development feature. I'm just working on an existing project which has Skyway feature.
My question is,
Is it possible to forward same call to multiple host?
For example: We have an admin panel. We want to make call from front end to different admin operators. If we log in to same admin operator to different PC (Same admin login credentials but different host in skyway) and we want to forward same call in both pc. Is it possible??
-
Hello,
You mean you want to implement switchboard number, right?
SkyWay itself doesn't have such a feature, but you can create the function in user side.Your program can ask pairs of USER_ID and skyway peer_ids to your own session-management server.
After getting the pairs, the program calls to all the peers in the list.
An operator receive the call as a peer_id, and just ignore the others.
Please sign in to leave a comment.
Comments
4 comments