Share via

Push to Talk

Anonymous
2020-03-27T08:49:56+00:00

Whenever we have a Microsoft Teams call, it's incredibly loud with an onslaught of background noise. Is there a push to talk?

Microsoft Teams | Microsoft Teams for education | Meetings and calls | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

40 answers

Sort by: Most helpful
  1. Anonymous
    2020-04-21T18:22:42+00:00

    Was this answer helpful?

    100+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-06-26T07:42:24+00:00

    It is ridiculous, that Microsoft haven't implemented push to talk yet. Their product owner must be stupid. It is not about background noise, but about other people in the same room talking.

    Was this answer helpful?

    70+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-08-06T00:41:19+00:00

    Anyone who wants push to talk functionality can use this auto hot key script.

    The below script re-maps your middle mouse button to un-mute teams when pressed and re-mute teams on release.

    You can configure it to work with any keyboard or mouse button.


    setKeyDelay, 50, 50

    setMouseDelay, 50

    $~MButton::

    Send, ^+{M}

    while (getKeyState("MButton", "P"))

    {

    sleep, 100

    }

    Send, ^+{M}

    return

    Was this answer helpful?

    60+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-05-06T06:15:45+00:00

    is there a release data already for the push to talk functionality? The walkie talkie feature?

    it is very useful now when everyone works from home during the covid19 lockdowns.

    Was this answer helpful?

    50+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2020-06-09T16:01:50+00:00

    This PTT feature needs to be added soon.  now that alot of people including schools are using teams for meetings, its too hard to manage the microphones of 20+ people.  its especially frustrating if the little toast pops up stating that your microphone is off, and then those people that are causing the noise think they need to turn it back on.  

    Im in an online school for french, trying to explain that their microphone is making too much noise in 3 different languages to people all trying to learn french is a real hassle. because some people just dont understand that they are being a hindrance to the class. 

    allow the organizer (teacher) to speak without limit.  but set the rest of the people in the group as PTT. or allow the organizer to set PTT on certain people in the group. to help manage the disruptions and noise.

    Was this answer helpful?

    50+ people found this answer helpful.
    0 comments No comments