valehelle
Hi guys,
My website is finally ready for beta user!
Since the pandemic my company allow us to work remotely. Although it’s nice but it can get boring sometimes as I no longer have small talks with my colleague. Most of the remote software solution only focus on business meeting like Teams, Slack and Zoom. So I created a website with the attention to focus on the social aspect of your office environment. You can try it here https://www.inoffice.chat
There are some things that make it different from other solutions.
- It is voice only. The reason for this is because I believe voice is less intrusive than video and not everyone is on their best looks when working remotely.
- No calling concept, you can just click a button and voice chat instantly. I want to make the process of talking to your colleague as friction less as possible.
- See who is talking with who and join instantly. Just like in real office, I’m hoping this would encourage you to talk more with your colleague.
Despite the lack of pretty UI, I hope you guys give it a try!
FYI I also posted this on LiveView thread but it wasn’t really user ready at that time.
Thanks!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
hectorsq
Hi @valehelle,
Your link is not working for me. It redirects through Slack and crashes.
I will give a try to your app later.
Regards,
Héctor
Exadra37
You just need to hover the link to see that the underline slack url is trying to redirect to what you see in the topic, thus if you use it directly it will work, just try it:
https://www.inoffice.chat/
Exadra37
Nice idea, but I have a concern that from the moment I allow my microphone it will keep sending all my sound to your backend, even if I am not actively using it.
valehelle
Opps. The link is fixed now. Can you try again?
valehelle
Thanks. It’s using webRTC which is a peer to peer connection. There is no sound data that is send to the backend. Your sound is also muted in your side when you are not actively looking at the page.
Exadra37
Awesome
It would be nice to be possible to mute ourselves in the the web interface.
valehelle
Great idea!.
Implemented
vidalraphael
Great tool


I’m actually testing this with my team, but I found the default behaviour of muting when I go to a different tab to be quite annoying. I was able to work around it by having the tab placed on a different browser window so that it is “always open”, but I really wish there was an option to disable the “mute when not open” behaviour.
Nice work on this! Looking forward to where this is going!
valehelle
Thanks!.
Yeah I agree. The original reason was to prevent user from accidentally broadcasting their sound to everyone when in the background. Having using it for some time it just doesn’t feel natural and with the added mute button I will definitely remove this in the next release(in a few hours).
Again thanks!, I’m going to post all of my update on this thread so do keep a look out.
Also, if you have any feature request feel free to comment here or PM me
valehelle
New Release