# Disabling muting while typing in Google hangouts

DevFeed: [Disabling muting while typing in Google hangouts](<https://devfeed.tech/articles/disabling-muting-while-typing-in-google-hangouts-41152.md>)

Original publisher: [Read original article](<https://www.craigkerstiens.com/2013/09/12/Disabling-muting-while-typing-in-Google-hangouts/>)

Author: Map

Published: 2013-09-12T20:55:56Z

Content type: tutorial

Language: en

Sources: [Craig Kerstiens](<https://devfeed.tech/sources/craig-kerstiens.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [google](<https://devfeed.tech/tags/google.md>), [hack](<https://devfeed.tech/tags/hack.md>), [hacks](<https://devfeed.tech/tags/hacks.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

A short tutorial explains how to prevent Google Hangouts from muting audio while someone is typing by running a terminal command that changes the Google Talk plugin settings.

## Source excerpt

Google hangouts is awesome, its my preferred method for most audio/video calls these days. When running a group call I often dial into a separate phone if I have a better phone available for the group. It also got around the annoyance that when you are typing google automatically mutes you. This for most people is pretty subpar. While dialing in to the hangout can still be nice, you don't have to do so to get rid of the annoying muting while typing. To fix such simply open up your terminal and run: defaults write com.google.googletalkplugind exps -string [\"-tm\"] This clever hack discovered courtesy of @timtyrrell passed along to me by @mattmanning and @blakegentry