From 07a082cab61a9f39680e8dfd21d794bf948b47e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Wed, 14 Nov 2012 12:30:45 +0100 Subject: [PATCH] Removed "var session = " in "coolPhone.call()" line (no return). --- README.md | 2 +- THANKS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 652d72504..cdf951405 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/THANKS.md b/THANKS.md index aeb05f388..5b8038a16 100644 --- a/THANKS.md +++ b/THANKS.md @@ -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) \ No newline at end of file +* [Pedro Kiefer](https://github.com/pedrokiefer) +* [Iwan Budi Kusnanto](https://github.com/iwanbk) \ No newline at end of file