cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
0
Helpful
1
Replies

Event jabber angular2

mehdi.hajar3
Level 1
Level 1

Hello,

I would like to know if we can use Jabber events (for example OnTelephonyConversationStateChanged) with angular2 and how?

I tried to write a function but it doesn't work :

OnTelephonyConversationStateChanged(json:any):void{

     //do something

}

With simple javascript it worked:

function OnTelephonyConversationStateChanged(){

     //do something

}

Thanks for your help

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

Angular2 is javascript, correct?  I don't know anything about angular2, but if it's javascript, there is probably a way to accomplish what you're trying to do.  But, regretfully, I can't help you.