OfficeDev / microsoft-teams-sample-meetings-token

Microsoft Teams meeting extensibility sample: token passing
MIT License
13 stars 10 forks source link

When adding the Tab, I need to select a chat #8

Closed iBoonz closed 3 years ago

iBoonz commented 3 years ago

Hi,

Following these steps:

  1. Create a meeting with few test participants, ideally with a mix of Presenters and Attendees.
  2. Once meeting is created, go to the meeting details page and click on the "Add tab" (+) button.
  3. In the pop-up that opens, click on "Manage apps".
  4. Click on "Upload a custom app" and upload the .zip file that was created in the previous steps. This adds the app to the meeting.
  5. Click on the "Add tab" button again. Now in the app selection page, the app should be visible as a "Meeting optimized tab".

The wizard is asking me to select a chat, I cannot find the meeting chat, only personal chat conversations.

image

Teams is set to developer preview, manifest has devPreview and context": [ "meetingChatTab", "meetingDetailsTab", "meetingSidePanel" ]

Thanks

iBoonz commented 3 years ago

Need to click on Manage Apps and not More Apps.

My mistake :)