No commit activity in last 3 years
No release in over 3 years
Attempts to detect if a skype call is running using pactl
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
 Project Readme

Skype::Call::Detect

Attempts to detect an ongoing Skype call using pactl. Will only ever work on systems with PulseAudio (aka Linux/UNIX-based systems).

Installation

Add this line to your application's Gemfile:

gem 'skype-call-detect'

And then execute:

$ bundle

Or install it yourself as:

$ gem install skype-call-detect

Usage

Skype::Call::Detect.running? will return true if there is an ongoing skype call.

2.6.3 :001 > require 'skype/call/detect'
 => true 
2.6.3 :002 > Skype::Call::Detect.running?
 => false 
2.6.3 :003 > 

Contributing

Bug reports and pull requests are welcome.

Inspired by

License

The gem is available as open source under the terms of the MIT License.