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

webex widget into angular app is not loading.

bdaware
Cisco Employee
Cisco Employee

I am trying to import webex space-widget into angular application by referring the doc - https://developer.webex.com/messaging/docs/widgets#space-widget

Some part is loaded in the browser but for some part few API's are failing - 

1. accessToken api

bdaware_0-1757938794118.png

2. users api

bdaware_1-1757938857514.png

using node js to get auth token and passing it to angular app.

please provide some guidance on how to resolve this issues

 

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@bdaware is the standard widget (outside of angular) working, if you test the demo app? If it does, then it must be something with the way it was implemented on your side. 
As far as I am aware, the https://developer.webex.com/messaging/docs/widgets page does not have instructions for Angular, so not really sure what steps you have followed. By doing a quick search however, I found a code exchange sample for an Angular implementation here https://developer.cisco.com/codeexchange/github/repo/abuzzi-cisco/angular-webex-widget/ . You can test that, but for support I would recommend contacting the owner of that code.