Currently, We do not support these scenario yet.
Could you please help by suggesting this feature on - Microsoft Teams · Community
Microsoft Teams Get Mic and Video Status API
Andrew M
21
Reputation points
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.
Accepted answer
-
Sayali-MSFT 1,716 Reputation points Microsoft Vendor
2022-11-05T07:56:05.12+00:00