meetings
235 TopicsCreating a Teams meeting programmatically
I have several customers using HCL Notes/Domino (previously Lotus Notes/Domino). Some of them are also using Teams. I've been asked by some of them if it would be possible to add a button to the calendar form in the Notes calendar that will create a Teams meeting for them. The Teams meeting will then receive the Subject, date, time and participants, and return the URL for the Teams meeting, which will then be put in the description field in Notes. I know that Teams has a good API, so I'm sure this can be done. Unfortunately I'm not that experienced with JSON and REST APIs, but I want to give it a shot. Any tips on how to to do this are welcome.63KViews1like8CommentsHow to add multiple (camera) video streams to an MS Teams meeting (video conference)?
I work for a company that produces a video camera device (ie: webcam) that uses smart AI technology to produce a separate video stream for each person in the camera's field of view (in the room). We would like to each of the multiple camera video streams to an MS Teams meeting (video conference) as if they were separate participants (sitting at another computer attending the same video conference). Any thoughts on how we might do this?42KViews2likes8CommentsHow to Get team Online Meeting history..
Greetings, I use Microsoft Teams Graph Api. I want to get Online Meeting histories. I used a way to get the chat list. https://graph.microsoft.com/beta/teams/{teamid}/channels/{channelId}/messages https://graph.microsoft.com/beta/chats/{channelId}/messages Result of code above include this scheduled meetings. However, it does not include Instant meetings. and I tried, https://graph.microsoft.com/v1.0/groups/{group-id}/events This, too, does not include an Instant Meeting. How can I get a list of online meetings for specific channels include Instant Meeting? Or I'd like to get a full list of the team's posts. https://docs.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http I've read this page, 'VideoTeleconferenceId' I don't know what this is. Thanks.Solved28KViews0likes1Commentblock a message in Microsoft Teams
Now we plan to develop a data protection App for Microsoft Teams. One feature is block a message when the message includes someone keyword. Now we can use delegated permission and Teams itself http API(https://apac.msgapi.teams.microsoft.com/v1/users/ME/conversations//messages/******?behavior=softDelete) to delete the message, but it not friendly to Teams Users, We try found a better method to implement it. We found nothing but some similar production like Mcafee and Smarsh released on https://products.office.com/en-us/microsoft-teams/apps-integration-and-services they have implemented block-message function, like below picture: https://i.stack.imgur.com/kPgP8.png We asked the same question on SOF: https://stackoverflow.com/questions/58602003/how-to-block-a-message-in-microsoft-teams.Could Could someone tell us how to implement the function, Thanks very much. Another, we do remove a chat participant by the same way. Is there any track to remove a chat participant directly24KViews0likes7CommentsHow to create a link/url to a Sharepoint site in Teams left menu?
I have had several customers with the request of adding a URL link in the left menu in teams. I often work to just create a simple App in the app-studio with tab pointing to the sharepoint site. But recently i have had lots of problems with these apps. I have tried to remake them, sometimes they works... sometimes they dont. I cant see any pattern tho... I only want to open an URL to the tenants own Sharepoint sites. It can be a standalone sharepoint site or a group site. But it is all in the same tenant. I have tried to open the console and looking for something... Sometimes i get this: Sometimes this: I dont get it. Why does an app sometimes work and sometimes not? Is there some guide that explain how i can get these app-links working?24KViews0likes10CommentsIs it possible to embed Teams within my own website?
Hello, I've been reading through alot of (older) posts but I did not find a final answer to my question. I am searching for a way to embed a Teams Meeting within my website, e.g. by using an iframe (but if there is another way, I am completely open to use it). The meeting has been scheduled and the participant (who is external, i.e. has Guest Access I suppose) has to do some auth stuff on my website before he is allowed to join the meeting. I would love to put the meeting in an iframe and have some sort of interaction (e.g. popup for feedback) available on my website. I really want it on my website since I have a server next to it, storing logs of certain participant activities. In case it's important: The host of the meeting is using a teams client to host/start and interact (via chat/audio/video) with the participants. Only the participants are on my website taking part in the teams meeting (using teams chat/video/audio..). Is this possible as of today? If not, is there anything like that scheduled as a feature in the future? I've so far only found guides for the other direction (embed an iframe into a teams app into the teams client or similar) but not for embedded teams meeting in an external (non-teams) website.Solved17KViews0likes5CommentsPut Hand Down Shortcut
Hi My students have been using the Raise Hand feature in all my classes since it came out last Friday. I feel there is a real need for a Put Hand Down Keyboard Shortcut because: Students use Raise Hand to answer, but don't put it down again if they're not chosen (especially if they're on a laptop.) Students are then chosen to answer the next question (because their hand's up), which they're not prepared for. Keyboard shortcuts are an essential alternative to using a mouse for users with mobility issues. Keyboard Shortcuts would be great...something like: CTRL + SHIFT +U for Raise Hand CTRL + SHIFT +D for Put Hand Down Maybe if we vote for a Raise Hand Keyboard Shortcut, we'll get a Put Down Shortcut too?! https://microsoftteams.uservoice.com/forums/555103-public/suggestions/40455826-keyboard-shortcut-raise-hand16KViews0likes3CommentsTeams api integration with a third party app
Hello, We have an application for our hospital and we have a section for video consultation. Is there a way that we can integrate the Teams api with our app? Or if there is any other solutions to use Teams with our application for video consultation.14KViews0likes2CommentsStart a Teams chat or call from web application
Hi, Is it possible to initiate a Team chat or call from a custom web application/site (e.g. Salesforce)? Essentially a click to call or click to chat functionality. The use case is something like: Viewing a user's profile from the custom web application (the user also exists in Team with same email, username, etc...) Clicking on a link or button to initiate an audio or video call (or chat) with that user, and this will launch the Teams app (assuming it is installed) and make the call I searched around and some says it is not currently possible, but starting a meeting is possible. I do not see any documentation that talks about this specifically. Thanks for your help13KViews0likes1Comment