cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1196
Views
40
Helpful
2
Replies

Integrations & Authorization - Access Token

Rudrakshi
Cisco Employee
Cisco Employee

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
2 Accepted Solutions

Rudrakshi
Cisco Employee
Cisco Employee
  1. 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.
  2. 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

View solution in original post

Janos Benyovszki
Cisco Employee
Cisco Employee

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

 

View solution in original post

2 Replies 2

Janos Benyovszki
Cisco Employee
Cisco Employee

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

 

Rudrakshi
Cisco Employee
Cisco Employee
  1. 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.
  2. 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
Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.