Replies: 3 comments
-
Started my implementation for this: #17 (Focus on Microsoft Teams so far) |
Beta Was this translation helpful? Give feedback.
-
I fight here with the way how Teams allow to initiate calls. I tried it with the Microsoft Graph, because this was the way how I did it in my PoC. But therefore the application needs admin rights for the whole organisation and I need to deliver the client secret with the application. So this seems to be no option at all 😒 New approach: See, how Stream Deck implements the plugin to trigger some reactions or leaving the call. Not sure if this allows to start new calls or not :( If this also fails, this feature will only be possible with an additional online service somewhere in the cloud which holds all the required rights to do calls. Not sure if I want that :D |
Beta Was this translation helpful? Give feedback.
-
Just fight me through the source code of the elgato teams plugin. I hate Teams. What I found out: Teams opens a web socket which allows you to get or set basic meeting information (camera on/off, muted, hands raised and leaving the call) but thats it. There is not even a good documentation about this. Best I could find was this:https://github.com/malkstar/ms_teams_websockets. I see no chance to use this for our problem. It looks like we need a cloud solution for this :D |
Beta Was this translation helpful? Give feedback.
-
Integration of microsoft teams could work like a superhero headquarter. each contact in teams could be connected to one of the lego figures. as soon as someone places the figure on the pad a call will be established. If you place more you end up in a conference.
Same for all other messengers, too. (slack, zoom, team speak,...)
Beta Was this translation helpful? Give feedback.
All reactions