Forum Discussion
Take snapshoots of video in React app
- Jul 20, 2021
Found out our web calling sample has this functionality: https://github.com/Azure-Samples/communication-services-web-calling-hero/blob/public-preview/Calling/ClientApp/src/Utils/captureScreenshot.ts
Edit: also including a link to our call recording quickstart since you mentioned it: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/call-recording-sample?pivots=programming-language-java
hope this helps, and thanks for the context!
Thanks for your answer!
Our client has clients with whom he connects in video calls and wants to have a record of the people who participate in the conversation in graphic form. In the future we will implement implement call recording as well with your sdk. The initiator of the call will be able to take screenshots and then save them.
Found out our web calling sample has this functionality: https://github.com/Azure-Samples/communication-services-web-calling-hero/blob/public-preview/Calling/ClientApp/src/Utils/captureScreenshot.ts
Edit: also including a link to our call recording quickstart since you mentioned it: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/call-recording-sample?pivots=programming-language-java
hope this helps, and thanks for the context!