cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
383
Views
2
Helpful
1
Replies

Can anyone suggest which service needs to be invoked for initiating call in asp.net same as in jabber

midhun2064
Level 1
Level 1

Can anyone suggest which service needs to be invoked for initiating call in asp.net same as in jabber

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

By "Jabber" do you mean Jabber Voice/Video?  If so, then I assume your question is about how to initiate a call from a web application based on asp.net using the voice/video plugin.  The answer to that is that you should use the Javascript API.  I'm not aware of any means to use the plugin directly from asp.net, since asp.net is server-side, and the plugin is client-side.