cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
208
Views
0
Helpful
1
Replies

Can I record audio and screenshot using embedded app?

I want to incorporate some meeting summary and computer vision functions into Webex. Can I record the audio and take screenshots using an embedded app? If not, how can I go about it besides creating a standalone app that records webex?

1 Accepted Solution

Rudrakshi
Cisco Employee
Cisco Employee

Hi @want-to-make-plugin ,

There are Meeting Transcripts APIs that you can use to manage the meeting summary. However, there is no API to take screenshots. If recording the meeting works for your scenario then you can refer to Recordings APIs.

For your standalone app, it is suggested to use an Integration or a Service App to generate the OAuth access token to make the API calls as these tokens would last longer than the your personal access token/PAT. For Embedded app, you can refer to the Embedded App Developer Guide .



Best regards,
Rudrakshi Srivastava

View solution in original post

1 Reply 1

Rudrakshi
Cisco Employee
Cisco Employee

Hi @want-to-make-plugin ,

There are Meeting Transcripts APIs that you can use to manage the meeting summary. However, there is no API to take screenshots. If recording the meeting works for your scenario then you can refer to Recordings APIs.

For your standalone app, it is suggested to use an Integration or a Service App to generate the OAuth access token to make the API calls as these tokens would last longer than the your personal access token/PAT. For Embedded app, you can refer to the Embedded App Developer Guide .



Best regards,
Rudrakshi Srivastava