Skip to content

Commit

Permalink
Removed "var session = " in "coolPhone.call()" line (no return).
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 14, 2012
1 parent c114183 commit 07a082c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var eventHandlers = {
'ended': function(e){ // Your code here }
};

var session = coolPhone.call('sip:bob@example.com', useAudio, useVideo, eventHandlers, views);
coolPhone.call('sip:bob@example.com', useAudio, useVideo, eventHandlers, views);
```
Want to see more? Check the full [Getting Started](http://jssip.net/documentation/0.2.x/getting_started/) section in the project website and our nice [demos](https://github.com/versatica/jssip-demos).
Expand Down
3 changes: 2 additions & 1 deletion THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ THANKS
Here the list of contributors with code and patches to JsSIP project. Thanks a lot to all.

* [vf1](https://github.com/vf1)
* [Pedro Kiefer](https://github.com/pedrokiefer)
* [Pedro Kiefer](https://github.com/pedrokiefer)
* [Iwan Budi Kusnanto](https://github.com/iwanbk)

0 comments on commit 07a082c

Please sign in to comment.