Replies: 1 comment 2 replies
-
This goes against how Mumble works. Mumble inherently uses the model of users having to ne connected to the same server in order to even know about the existence of each other. There is no way clients can communicate directly with each other without the server in the middle. As long as clients are on the same server, you can use a shortcut for whispering to that specific user. That would likely be the closest to what you described. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Thank you for this cool project, I love and appreciate it very much! Thank you from the bottom of my heart to the developers, you are awesome!
Perhaps there is already a plugin or solution for me, which I will describe below, if you tell me, I will be grateful
I had such a need to use this solution as a simple telephony.
What does this mean?
This means that there are, for example, clients, they have their own number
for example,
client_1: 1001
client_2: 1001
and so on
The point is that on an Android phone there will be a dialing function:
What does this mean?
This means that a person enters the Android application,
and it has a simple list
client_2: 1002
client_3: 1003
client_4: 1004
client_5: 1005
and so on
A person selects from the list (client_2: 1002 presses the call button), and a call is made, if the application is enabled for client_2, then he will receive a call (can work in the background)
and the same simple functions as hanging up or dialing the number.
If there is already such a solution, please let me know
If not, how much will the development cost?
thanks for the answer <3
Beta Was this translation helpful? Give feedback.
All reactions