How to allow screen recording in Micrsoft Office addins?

Muhammad Talha 0 Reputation points
2025-03-03T05:54:31.3066667+00:00

So i am developing a MS Office addin in Reactjs and i want to implemet a screen recording functionality. As the addins works as a browser, therefore browser asks user to give permission to record the screen.
Screen recorder in normal browser

But in MS Office addins, there is not address toolbar in Office addins. So my recording functionality is not working due to no permission from the browser.

My status is always in the 'idle' mode

  const { status, startRecording, stopRecording, mediaBlobUrl } = useReactMediaRecorder({ screen: true, video: true });


Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,304 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.