README.md in skype-0.1.5 vs README.md in skype-0.2.0

- old
+ new

@@ -74,9 +74,26 @@ chat.messages.each do |m| puts m end ``` +### Call API + +call +```ruby +c = Skype.call "shokaishokai" +``` + +check status +```ruby +puts c.status # => :routing, :ringing, :inprogress, :finished, :missed, :cancelled +``` + +hangup +```ruby +c.hangup +``` + Samples ------- https://github.com/shokai/skype-ruby/tree/master/samples