Microsoft Teams Get Mic and Video Status API

Andrew M 21 Reputation points
2022-11-05T06:23:12.9+00:00

I want to make a external keyboard with leds; green and red. So it would be 2 buttons one for Mic and Video. I want to make a scrip so it knows if the mic is muted or not and same with video for on and off. Zoom has this api so i want to know if Teams also has this.

https://marketplace.zoom.us/docs/sdk/video/windows/essential/audio-and-video-options/

// Get videoStatus for User.  
ZoomVideoSDKVideoStatus videoStatus = pUserInfo->getVideoStatus();  
// Check if User's video is on.  
bool isVideoOn = videoStatus.isOn;  
//  
// Get the user's audioStatus.  
ZoomVideoSDKAudioStatus audioStatus = pUserInfo->getAudioStatus();  
// Get the user's audioType.  
bool isAudioOn = audioStatus.isMuted;  

If not how do i suggest a upgrade to the sdk and api.

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.
2,892 questions
{count} votes

Accepted answer
  1. Sayali-MSFT 2,266 Reputation points Microsoft Vendor
    2022-11-05T07:56:05.12+00:00

    Currently, We do not support these scenario yet.
    Could you please help by suggesting this feature on - Microsoft Teams · Community


0 additional answers

Sort by: Most helpful