Graph API - Online meeting mute unmute

Aniket Karkale 0 Reputation points
2023-01-17T09:15:02.1966667+00:00

How can mute/unmute the ms teams online meeting with the help of graph API?

Also how can I perform operations on reaction with graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,449 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,388 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Srinivasa Rao Darna 6,756 Reputation points Microsoft Vendor
    2023-01-18T12:01:27.3633333+00:00

    Hello Aniket Karkale,

    Using Microsoft Graph, for an online meeting we can set whether participants can enable their mic or not by setting true/false allowAttendeeToEnableMic, but there is no option to set them on mute/unmute for an ongoing meeting.

    Similarly, allowTeamworkReactions can be used to Indicates if Teams reactions are enabled for the meeting.

    Reference: onlineMeeting resource type

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


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.