Forums
« Back to APIs

RE: Jabber URL

Combination View Flat View Tree View
Threads [ Previous | Next ]
I want to provide a jabber URL to user which should do login as well as continue with the call after login.
 
From the developer site, I found following URL schemes for login and to initiate video call.
 
 
Login:
 
ciscojabber://login?type=%s&username=%s&token=%s&primaryserver=%s&secondaryserver=%s&sipdomain=%s&devicename=%s
 
 
Initiate VoIP/video call:
 
ciscojabber://call?address=%s&type=%s
 
 
Is there any way I can finish up both login and video call with one single URL click?
 
 
 
Regards,
Divyen Patel

RE: Jabber URL
Answer
11/22/12 7:12 AM as a reply to Divyen Patel.
HI Divyen


I want to achieve the same functionality. But I have some doubts,
ciscojabber://goim?screenname=%s&message=%s
What do we pass as the screenname in the above code?
 
also, If we want to initiate a video call then 
ciscojabber://call?address=%s&type=%s
what should we pass as address and type?
 
I have searched everywhere but am unable to get any solution for this.
Thanks in advance.