

Role assignments can be changed while a meeting is in progress.For example, a polling app allows only organizers and presenters to create a new poll. Based on the user role, the app has the capability to provide role specific experiences.After authentication, the app can retrieve the user role using the GetParticipant API. The user identity must be confirmed using Tabs SSO.This helps the users when the meeting or the Teams app is minimized. The content bubble posts an Adaptive Card or a card simultaneously in the meeting chat that users can access.In a meeting chat, enter the key and select Get bots.

The app is installed as a messaging extension. Select the app that you want to add and follow the steps as required.located in the compose message area in the chat.To add a messaging extension to a meeting In the tab gallery that appears, select the app that you want to add and follow the steps as required. In your calendar, select a meeting to which you want to add a tab. Users with organizer and presenter roles can add tabs to a meeting. Now you can identify what actions can be taken in the following meeting scenarios:īefore a meeting, users can add tabs, bots, and messaging extensions. Configure your app for different meeting scenarios and to enhance the meeting experience. Teams meetings provide a collaborative experience for your organization. You can't use this app either on mobile or Teams room clients.Īfter you enable your app for Teams meetings, you must configure your app before a meeting, during a meeting, and after a meeting. You can specify either meetingChatTab or meetingDetailsTab to ensure the apps work in mobile.Īn in-meeting panel opened through the unified bar (U-bar).Īn app from the meetingSidePanel can be shared to the meeting stage. You can specify either meetingChatTab or meetingDetailsTab to ensure the apps work in mobile.Ī tab in the header of the meeting details view of the calendar. Following are the values for the context property from which you can use all or some of the values: ValueĪ tab in the header of a group chat between a set of users, not in the context of a team or meeting.Ī tab in the header of a group chat between a set of users for a scheduled meeting. The tabs in the team or groupchat scope can have more than one context. The tab context and scopes properties enable you to determine where your app must appear. The context property determines what must be shown when a user invokes an app in a meeting depending on where the user invokes the app. The app manifest must include the following code snippet: The team scope works for tabs in channels only. Apps in meetings require groupchat scope.You must update your app manifest with the manifest schema.
