Replies: 1 comment 1 reply
-
@seimic sorry about the delay, we didn't look at the discussions for some time. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
did anyone try to use the Calling SDK in Angular and succeeded?
If I look in the code from the example in https://webex.github.io/webex-js-sdk/samples/calling/
(Code at: https://github.com/webex/webex-js-sdk/blob/next/docs/samples/calling/app.js) things seem
to be clear and relatively simple to set up.
Startet a new Angular 18 project with electron to get all the dependencies from Node into the web container
but I can't get the initialization to work. At runtime there is no such method like Calling.init(...) as mentioned here
https://developer.webex.com/docs/sdks/webex-calling-sdk-web-quickstart. Tried the older version too https://github.com/webex/webex-js-sdk/wiki/Quickstart-Guide-(Calling)#calling-configuration but don't get
why it doesn't work.
Does anyone have a typings file for the calling API? I mean the calling.min.js for example.
Kind regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions