Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,Does any one know why the custom tab doesn't works if I put an Url like : http://localhost:3000/Something ?If I put : http://localhost:3000 it worksThanks
Hello,I created a custom tab and I added a webb app. The problem that I noticed is that the get methods works only one time. To make it work again I have to close Jabber and reopen it...I don't have this problem with post methods..A solution is to re...
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}Wit...
Thanks to your answer as was able to solve the issue.The Url was cached, so in my server I added this line : response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate");Thank you for your help !
I want to get data from an API, here some relevant code:Html:<div *ngFor='let client of client' [routerLink]="['/detail', client.tel]">- {{client.firstName}} {{client.lastName}}</div>JS (Angular2):getClients(): Promise<Client[]> { let url = 'http:...
Hello,
Yes you can do it, here an example : http://blog.darrenparkinson.uk/2014/11/cisco-jabber-custom-tabs-cti-screen-pop.html
Maybe it's too late, but it may help other people with the same problem.
bye