Record Call Response

Record participant audio responses during Microsoft Teams calls via the Graph API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill record-call-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Record Call Response
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/record-response
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill record-call-response

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the recording of participant responses during Microsoft Teams calls, capturing crucial information directly within the communication flow.

Core Features & Use Cases

  • Record Responses: Capture audio responses from participants in an ongoing call.
  • Customizable Prompts: Play audio prompts before recording begins to guide the participant.
  • Configurable Recording: Set timeouts for initial silence, post-speech silence, and maximum recording duration.
  • DTMF Stop Tones: Allow participants to end the recording using specific DTMF tones.
  • Use Case: In a customer support scenario, use this Skill to record a customer's feedback after an agent's initial greeting, ensuring all feedback is captured for later analysis.

Quick Start

Record a response in the call with ID 'call-abc-123', playing the prompt from 'https://storage.example.com/audio/please-record.wav' and allowing the user to stop recording with '#'.

Frequently Asked Questions about Record Call Response

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record participant responses in Microsoft Teams calls?

To record participant responses in Microsoft Teams calls, you need a Skill that captures audio from ongoing calls using custom audio prompts and configurable recording parameters like timeouts and maximum duration.

What is needed to capture voice responses in Teams for IVR systems?

Capturing voice responses in Teams for IVR systems requires the Microsoft Graph API configured with the `Calls.Initiate.All` scope to manage call recordings and interactive voice response workflows.

Can I play a custom audio prompt before recording starts in Teams?

Yes, you can play a custom audio prompt before recording starts in Teams by providing a URL to an audio file, which guides the participant before their response is captured.

How do I stop a call recording using DTMF tones?

You can stop a call recording using DTMF tones by configuring specific DTMF stop tones, such as the '#' key, allowing participants to end the recording session manually.

What are the limitations of recording feedback in Teams with this approach?

Limitations of recording feedback in Teams include dependency on the Microsoft Graph API `Calls.Initiate.All` scope and configurable recording constraints like initial silence timeouts and maximum recording duration.