Replies: 1 comment 2 replies
-
@seimic sorry about the delay, we didn't look at the discussions for some time. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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