bitfocus / companion-module-microsoft-teams

MIT License
3 stars 2 forks source link

Any chance for an "is muted" boolean variable? #6

Open patrichard opened 2 months ago

patrichard commented 2 months ago

I'd like to make use of the generic-blink module, which can check a variable and then blink a button if it evaluates true. Any chance we could get a button to show that it's muted?

Jarec-au commented 2 months ago

Yes, that's already built in. Look under feedbacks, there's an 'is muted' condition. If you add the pre-made microphone button, you can see how it is used.

patrichard commented 2 months ago

How do you specify that as an internal variable, like $(internal:connection_Teams_status)?. You need a variable to check against when using generic-blink. image

Jarec-au commented 2 months ago

Sorry, I see what you mean now. I'll see what I can do