-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make self-hosted is voiceble ? (vortex) #105
Comments
I don't see any easy options at this point. |
I think a final clarification on this is needed, as this is a very important feature for a personal server. At the moment I can't find any way to use voice communication on a personal server. :/ |
I created a separate virtual machine, installed vortex, added a .env file with a config for working with the revolt server, but it seems that the config file needs to be loaded somehow differently, because it does not load and voice communication does not start. Tell me, what am I doing wrong? Maybe i did everithing good but failed with proxy setup? warning: unused return value of `must_use` that must be used
--> src/util/variables.rs:67:5
|
67 | format!("{}", *WS_URL);
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unused return value of `must_use` that must be used
--> src/util/variables.rs:68:5
|
68 | format!("{}", *MANAGE_TOKEN);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unused return value of `must_use` that must be used
--> src/util/variables.rs:70:5
|
70 | format!("{}", RTC_IPS.len());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `vortex` (bin "vortex") generated 3 warnings |
No support for voice currently, see revoltchat/backend#313 for rewrite progress. |
Now self-hosted just chat messenger.
Cannot connect to voso aka vortex.
We did not create the vortex container.
revoltchat/revite#989
The text was updated successfully, but these errors were encountered: