Chat tab not appearing on Microsoft Teams Browser version - microsoft-graph-api

I have created an event for Micrsoft Teams via graph API. Sharing the list of steps below:
Create event method:
I have created event.(online meeting)
Event appeared on the Teams calendar
Participant joined the call.
Ended the meeting.
Problem: Chat Tab for the meeting is available for the desktop version with attendance report but the same chat tab could not be seen in web version. How do I get this right?
Chat Tab in Desktop version
Thanks in advance.

Related

Zoom deep linking from the web or browser

We are developing a browser-based web application. That application enables the user to populate a profile, including having a “call me”, “message me” and “schedule a meeting” buttons.
We have integrated with MS Teams, so that if the person is connected with their Microsoft account, then their “call me” button opens MS Teams application and starts a call with that user. Message me opens a chat with that user, and schedule a meeting opens Outlook calendar with that user’s Microsoft email pre-populated in the “To” field. We have achieved that by using the following MS Teams deep links:
Call: https://teams.microsoft.com/l/call/0/0?users=<user1>,<user2>
Chat: https://teams.microsoft.com/l/chat/0/0?users=<user1>,<user2>,...&topicName=<chat name>&message=<precanned text>
Schedule a meeting: https://teams.microsoft.com/l/meeting/new?subject=<meeting subject>&startTime=<date>&endTime=<date>&content=<content>&attendees=<user1>,<user2>,<user3>,...
Now we want to implement a Zoom integration. However, I couldn’t find Zoom deep links that would directly open a chat/call/calendar with a given contact. I am happy with the fact that the zoommtg protocol opens Zoom application all right, but what do I pass to that protocol to make the above happen?

Send Activity Notification in MS Teams for the personal application

I have created one personal app which is added as in the Microsoft teams. Now I have a requirement to Send Activity Notification in Activity Feed for the users who match certain criteria.
My question is related to the Send Notification Graph API.
When I try to add the activities in my manifest.json file it is not displayed in the App studio. That section disappeared.
When I try to run the Graph API command it fails.
Can someone guide me with step by step implementation for the custom app?
Error I get when try in Graph Explorer
The value of the topic must match the graph resource path.
You can use the activity feed notification APIs in Microsoft Graph to extend this functionality to your apps.
Requirements for using the activity feed notification APIs:
The Teams app manifest must have the Azure AD app ID added to the
webApplicationInfo section.(Teams app manifest version must be 1.7 or greater)
Activity types must be declared in the activities section in manifest schema.
The Teams app must be installed for the recipient, either
personally, or in a team or chat they are part of.
For detailed steps ,please follow below doc:
https://learn.microsoft.com/en-us/graph/teams-send-activityfeednotifications#understanding-the-basics-of-activity-feed-notification

Compose Microsoft Teams message from configurable tab

I have created a Microsoft Teams configurable tab with Angular and the Microsoft Teams Javascript library. From this tab I would like to be able to click a button which will "pre-compose" a message in the chat of the channel/chat of where the configurable tab is installed. So when the button is clicked, Teams should navigate to the "Posts" tab of the channel/chat and fill in the text/url/string in the chat and let the user decide to press enter to send it.
I've read the documentation but I cannot conclude that this is possible. I've looked at creating a task module but this only seems to be able to open dialogs to get the user to fill in data and call a service. The bot documentation also seems to mention filling the compose box of the chat but the documentation is not very clear in specifying how the bot should be called from e.g. tabs.
was able to deep link to group chat Tab by setting contextType property. Could you Please try deeplinking to group chat with the below syntax:
https://teams.microsoft.com/l/entity//?context={"chatId": "","contextType":"chat"}

Graph API: Suggestion of available meeting rooms even though organizer is busy at that given time

We are developing mobile app to book the meeting room based on its availablity at given time using GRAPH API. This is a spcific case where oragnizer is busy in another meeting but he/she still wants to block a meeting room at the same time. FindMeetingTime API is not giving suggestion for rooms if the oragnizer is busy.
How to display a list of available meeting rooms at present using Microsoft Graph API
I have gone through this but this is not going to serve my problem as I am looking for API which gives meeting rooms suggestions even though organizer is not avaiable.
Can you please suggest any API or any soultion which solves the problem.
Thanks
You can create and use any generic service account of your Active directory that does not belongs to a person and pass it in your Request body as an attendee in your Request to find rooms.it should return room list in response .

Get Chat History From Zopim iOS Chat SDK

How do i get chat history for Zoipm chat iOS SDKs, i am logging using anonymous user using default controller, is there any pre-config to be set to get this.
From an end-user's perspective, there is no way of seeing a chat history. Each chat is treated more like a ticket as it creates a ticket with the transcript upon completion. A chat transcript can be sent to the end-user.
I suppose the end-user could look through their ticket history and effectively see the chats alongside their other submitted tickets.

Resources