Timmi
1
Description
With the new 7.4 release there is a new button Voice Call next to Video Call on DM chat.
As I’m running starter there is no subscription to use the feature. It is possible to not show that if the feature is unavailable or disabled.
Server Setup Information
- Version of Rocket.Chat Server: 7.4.1
- Operating System: Rocky Linux 9
- Deployment Method: docker
- Number of Running Instances:
- DB Replicaset Oplog: yes
- NodeJS Version: v22.13.1
- MongoDB Version: 6.0.20
- Proxy: nginx
- Firewalls involved: yes
pcace
2
Hi, did you ever solve it?
i am looking for the same thing.
Thanks a lot!
Timmi
3
No did not find a solution yet.
reetp
4
Possibly a bit of custom css?
Seen people do similar before.
kayo
5
I have “fixed” it using custom css. You can put it in Settings > Layout > Custom CSS
button[data-toolbox="1"][data-qa-id="ToolBoxAction-phone"] {
display: none !important;
}
2 Likes
reetp
6
Thanks for posting your fix!