How to make self-hosted is voiceble ? (vortex) #75

Closed
opened 2026-02-16 12:51:20 -05:00 by yindo · 4 comments
Owner

Originally created by @websharik on GitHub (Oct 9, 2024).

Now self-hosted just chat messenger.
Cannot connect to voso aka vortex.
We did not create the vortex container.

https://github.com/revoltchat/revite/issues/989

Originally created by @websharik on GitHub (Oct 9, 2024). Now self-hosted just chat messenger. Cannot connect to voso aka vortex. We did not create the vortex container. https://github.com/revoltchat/revite/issues/989
yindo added the enhancement label 2026-02-16 12:51:20 -05:00
yindo closed this issue 2026-02-16 12:51:20 -05:00
Author
Owner

@MarioninD commented on GitHub (Oct 9, 2024):

I don't see any easy options at this point.
As I understand from the discussions and the main page, vortex = VOSO, but since there were bugs, it has been removed for now.
https://github.com/orgs/revoltchat/discussions/211

https://github.com/revoltchat/self-hosted/issues/25

@MarioninD commented on GitHub (Oct 9, 2024): I don't see any easy options at this point. As I understand from the discussions and the main page, vortex = VOSO, but since there were bugs, it has been removed for now. https://github.com/orgs/revoltchat/discussions/211 https://github.com/revoltchat/self-hosted/issues/25
Author
Owner

@KamiliaBlow commented on GitHub (Oct 10, 2024):

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. :/

@KamiliaBlow commented on GitHub (Oct 10, 2024): 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. :/
Author
Owner

@kocerar commented on GitHub (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? Maybe i did everithing good but failed with proxy setup?
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
@kocerar commented on GitHub (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? Maybe i did everithing good but failed with proxy setup? I get this warnings when server starts: ```rust 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 ```
Author
Owner

@insertish commented on GitHub (Nov 13, 2024):

No support for voice currently, see https://github.com/revoltchat/backend/issues/313 for rewrite progress.

@insertish commented on GitHub (Nov 13, 2024): No support for voice currently, see https://github.com/revoltchat/backend/issues/313 for rewrite progress.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#75