12-13-2023 11:24 PM
Can webex-js-sdk nodejs sdk be used for call controls? I want to integrate Webex as a calling solution for my node js application.
If yes then please share any references if possible
12-15-2023 04:57 AM
Webex Developer Portal: The Webex for Developers portal provides comprehensive documentation, guides, and API reference for the Webex SDKs.
SDK Documentation: For detailed information about the SDK methods, events, and capabilities, check the Webex JavaScript SDK documentation. This includes specifics on how to work with calls, meetings, and messaging.
Sample Applications: The Webex developer portal also provides sample applications demonstrating the use of the SDK for various functionalities, including call controls.
GitHub Repository: The GitHub repository of the Webex JavaScript SDK is also a good resource for code examples, issues, and updates.
Access Token: To use the Webex SDK, you need a valid Webex access token. This can be obtained by registering your application in the Webex for Developers portal and following the OAuth authentication flow.
Cross-Platform Compatibility: While the Webex JavaScript SDK is generally used for web applications, it should also work in a Node.js environment for backend purposes.
Testing: Make sure to thoroughly test your implementation, especially if you're handling real-time communications like calls.
Integrating call controls using the Webex JavaScript SDK in a Node.js application will require familiarity with JavaScript and asynchronous programming, as well as a good understanding of the Webex platform and its APIs.
If this post has helped you in any way, please vote
12-15-2023 01:54 AM
I was looking for the source code.
12-14-2023 07:12 AM
Can you use this :
Calling SDK Samples (webex.github.io)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide