github IsmaelMartinez/teams-for-linux v1.3.21
1.3.21

latest releases: v1.10.2, v1.10.1, v1.10.0...
10 months ago
  • Added three new events to activityHub.js (incoming-call-created,incoming-call-connecting,incoming-call-disconnecting).
    These three events are handled inside the index.js of minAppWindow to run a command on an incoming call.
    The command can be specified as cli argument or inside a config.json as incomingCallCommand parameter.
    As an example this can be used to play a sound on a second speaker to simulate a second ringer.

Like so:

teams-for-linux --incomingCallCommand second_ringer.sh

second_ringer.sh:
#!/bin/bash
export PULSE_SINK=0
vlc -aout pulse -I dummy ring.mp3

  • Changed package.json version from 1.3.20 to 1.3.21

Thanks to @93Sprinter !

Don't miss a new teams-for-linux release

NewReleases is sending notifications on new releases.