--
You received this message because you are subscribed to the Google Groups "Sandstorm Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sandstorm-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I just set up a rocket.chat instance and enabled web RTC for public rooms:
https://oasis.sandstorm.io/shared/vIhbJ3GbswPhuHI-TFu-2WRX2dhlBj3E6e1TDGNL6VN
About to head out for the night so can't test, but others should definitely feel free to converge on that and test it out. Or we can coordinate the test there. :)
1. Did anyone capture console logs to determine if the failure case might have been Sandstorm-specific? Likewise for about:webrtc?
2. Does this work for folks at https://demo.rocket.chat?
In the course of our testing it was discovered that the member
list plus the call buttons weren't accessible, so I guess it's
another round of a11y whack-a-mole to fix that. That's why I'm
asking about this vs. doing it myself. I, too, would love to see a
Sandstorm-hostable audio conference solution. Bonus points if it
supports chat too.
I tried to replicate this with the intent to capture console logs/about:webrtc info, but I can't. I can't seem to find the members list, below which is supposed to be the audio/video call buttons. In looking at the code, nothing jumps out at me as to why this component isn't appearing. I also don't see it on non-Sandstorm-hosted rocket.chat, so Sandstorm isn't the problem.
I theorize that rocket.chat is appearing in a mobile/small-screen layout on my '11 tablet, despite the window being maximized, and that the button/component designed to make the list appear in this layout doesn't do its job. If anyone has a responsive browser resizer extension and can help me test that out, it might be helpful. Unfortunately I don't have a larger screen to test this with, but I'd very much like to do my part to get it working. It would be nice to replace Teamtalk/Mumble/other heavier-weight alternatives with something that ran in the browser and could be installed in a single click.
Let me add a voice of support to getting Jitsi Meet working - in addition to being useful, it also provides SRTP encryption (client-server at least).
FWIW, looks like Rocket.chat just gained Jitsi integration in master. Not sure what the status of this is re: releases. I wonder if this setup would have any advantages in Sandstorm for possible video chat, or if it can even run at all.
BTW, there's a bit of discussion about voice chat not working in Rocket.chat's Sandstorm port here:
https://github.com/RocketChat/Rocket.Chat/issues/3487
I know some about web RTC and it isn't immediately obvious to me why this wouldn't work. Wonder if it'd be worth another test with the intent of capturing console and about:webrtc logs?