Open lijicheng168 opened 3 years ago
Hi lijicheng168 👋🏼
I just checked this on 3.17.0, can't reproduce this. By default audio recording should be enabled. Are you sharing a mongodb database with another rc instance (like for example the one you're addressing as "local installation"?) where you previously disabled audio recording?
You can make sure it is enabled on startup, by passing this environment variable and value tuple to the container -
OVERWRITE_SETTING_Message_AudioRecorderEnabled=true
As a side note, I advice you not to use the latest
tag. Use a specific version tag like registry.rocket.chat/rocketchat/rocket.chat:3.17.0
Thank you !
Hi lijicheng168 👋🏼
I just checked this on 3.17.0, can't reproduce this. By default audio recording should be enabled. Are you sharing a mongodb database with another rc instance (like for example the one you're addressing as "local installation"?) where you previously disabled audio recording?
You can make sure it is enabled on startup, by passing this environment variable and value tuple to the container -
OVERWRITE_SETTING_Message_AudioRecorderEnabled=true
As a side note, I advice you not to use the
latest
tag. Use a specific version tag likeregistry.rocket.chat/rocketchat/rocket.chat:3.17.0
Thank you !
Thank you for response!
I have changed to use the registry.rocket.chat/rocketchat/rocket.chat:3.17.0
.
OVERWRITE_SETTING_Message_AudioRecorderEnabled=true
is no work.
I have test that if I use localhost or 127.0.0.1 to access,there will show the icon,but if I use the REAL IP like 48.x.x.x:8300,there will not shown the icon. I still try the snap install,docker all have the same situation. Thank you!
Hello .. I also have the same problem, I installed via Snap and since the first login the voice icon doesn't appear
What happens when you enable audio messages? - Administration
> Message
> Audio Message
Can you simultaneously check the logs if something odd appears there or not?
Another thing you can try, is inspecting the send button. Look for a div with rc-message-box__audio-message
class.
Do check the console as well for any clues.
I have enabled the Audio Message No odd logs. No rc-message-box__audio-message class. Console log. Thank you!
I'm also having the same problem, on localhost it works normally but running on some server the option simply a few
Description:
After testing, I found that the voice message icon still exists during the local installation, but when it is started in docker mode, the voice message icon is gone. Is it because I configured it incorrectly or a certain environment variable of docker was not passed into the app correctly?
Steps to reproduce:
Expected behavior:
Actual behavior:
Server Setup Information:
docker-compose.yml
Client Setup Information
Additional context
Relevant logs: