Simple Voice Chat

Simple Voice Chat

31M Downloads

Specifying IP address on Client Side

sfxworks opened this issue ยท 4 comments

commented

Hello,

I have noticed that your project does not allow specifying the IP address of the server. Specifically, in your discord, this user pointed it out to me.
image

I would like the ability to specify the IP address of the voice server. We at MC Server Hosting use a different IP address for port forwarding.

commented

I think the better approach would be to set the IP the voice chat should connect to in the server config and the client gets this information sent from the server. This would be much easier, because not every client would need to specify the IP.

commented
commented

i quickly made this feature with a server side config value sent in the initialization leaving the server side config blank defaults back to using the minecraft servers ip

commented

That was quick :D
I requested some changes.