- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 08:28 PM
Query from Vedprakash Sahu in #webex4devs space:
- I'm integrating webex in my angular-laravel application. i'm creating meetings, rooms by laravel (backend) and for this i'm using access token provided by webex integration which is expired by 12 hours when its generated. i want to re-generate the access token and in url it need "grant_type" as a parameter. please provide detail info about refresh_token and how to handle token generation and refresh token.
-
I want to stream meeting in my angular app using API how we handle it.
Best regards,
Rudrakshi Srivastava
Solved! Go to Solution.
- Labels:
-
Webex Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 08:35 PM
- Webex Integration have a longer lifetime than the 12 hours Personal Access Token, you can find more detailed documentation here: https://developer.webex.com/blog/real-world-walkthrough-of-building-an-oauth-webex-integration#:~:text=Getting%20the%20Access%20Token for generating OAuth access tokens.
- There are no APIs for initiating live streaming of meetings. The only way do to it is within the Webex app while the meeting is active. You can find the available recording APIs here: https://developer.webex.com/docs/api/v1/recordings
Best regards,
Rudrakshi Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 12:16 AM
In addition to the above, we also provide samples for both integrations and the refresh of a token. These samples can be cloned and ran locally:
https://github.com/CiscoDevNet/webex-integration-sample
https://github.com/webex/integration-refresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 12:16 AM
In addition to the above, we also provide samples for both integrations and the refresh of a token. These samples can be cloned and ran locally:
https://github.com/CiscoDevNet/webex-integration-sample
https://github.com/webex/integration-refresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 08:35 PM
- Webex Integration have a longer lifetime than the 12 hours Personal Access Token, you can find more detailed documentation here: https://developer.webex.com/blog/real-world-walkthrough-of-building-an-oauth-webex-integration#:~:text=Getting%20the%20Access%20Token for generating OAuth access tokens.
- There are no APIs for initiating live streaming of meetings. The only way do to it is within the Webex app while the meeting is active. You can find the available recording APIs here: https://developer.webex.com/docs/api/v1/recordings
Best regards,
Rudrakshi Srivastava
