Skip to content
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 start voice communication? #329

Closed
kocerar opened this issue Oct 21, 2024 · 1 comment
Closed

How to start voice communication? #329

kocerar opened this issue Oct 21, 2024 · 1 comment

Comments

@kocerar
Copy link

kocerar commented Oct 21, 2024

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?
I get this warnings when server starts:

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
@JackDotJS
Copy link
Contributor

this is not the repo for this.

from revoltchat/vortex#23 (comment):

Vortex will not be receiving any documentation in the near future since the developer behind it is currently not available. More over there's a lot of things which we want to rebuild or completely replace and we don't have the time spare to currently handle this.

I would recommend not self-hosting Vortex until it's received a proper overhaul

@JackDotJS JackDotJS closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2024
@github-project-automation github-project-automation bot moved this from 🆕 Untriaged to ✅ Done in Revolt Project Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants