summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-07-07 01:53:35 +0000
committerBenny Prijono <bennylp@teluu.com>2011-07-07 01:53:35 +0000
commit3bd0755aa48223b5438da8f46cfd7c18a9b7bb9e (patch)
treef7c5d0f3f0cf4edd6a5065971c10dfbbcca5ad0d /pjsip-apps
parent24cbc9b8f93b4a2ef17851bbbe2d03d03fda6ab9 (diff)
Misc (re #1252): updated icedemo help menu to make it clear that ice negotiation should be started immediately on the remote end. Thanks Andrés Suero for the suggestion
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@3603 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/src/samples/icedemo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip-apps/src/samples/icedemo.c b/pjsip-apps/src/samples/icedemo.c
index c25313f7..79bdb5fa 100644
--- a/pjsip-apps/src/samples/icedemo.c
+++ b/pjsip-apps/src/samples/icedemo.c
@@ -1028,8 +1028,8 @@ static void icedemo_help_menu(void)
" copy-pasting the SDP to the other icedemo application\n"
" - parse remote SDP, by pasting SDP generated by the other icedemo\n"
" instance [menu \"r\"]\n"
- " - begin ICE negotiation in our end [menu \"b\"]\n"
- " - begin ICE negotiation in the other icedemo instance\n"
+ " - begin ICE negotiation in our end [menu \"b\"], and \n"
+ " - immediately begin ICE negotiation in the other icedemo instance\n"
" - ICE negotiation will run, and result will be printed to screen\n"
" - send application data to remote [menu \"x\"]\n"
" - end/stop ICE session [menu \"e\"]\n"