-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Add Meeting Transcript Bot to Meeting #1489
Comments
Hello @TDalton52 , |
Hello @TDalton52 , also please follow the steps for running the sample - |
Hello again, I figured out the context properties part but I'm not sure how to property configure the meetingExtensionDefinition? I see that it's a manifest property but it requires me to make a scene. Do I have to do anything special outside of this tutorial? I tried creating a new scene, downloading the app package for that scene, and adding a new meetingExtensionDefinition to the original app manifest with the scene metadata from the scene app. That causes my app to crash on load, so unless I have to make some special scene, there's some other issue going on. Also, there is no mention of needing to add a meetingExtensionDefinition to the manifest in the meeting transcript bot repository or in the tutorial. Please add this to the tutorial for future people who want to use it as a reference. |
Hello @TDalton52 , The manifest should include the meetingExtensionDefinition and context properties to specify that the bot can be used in meetings.
|
This manifest is not valid. When I run the
If I turn off the validation step, the I think the errors are due to this manifest being schema version 1.10, which is outdated. Is there a newer version of this manifest? The manifest in the repository is version 1.19 and passed all of the validation checks. |
@TDalton52 ,Could you please try with this manifest json? |
That was the first thing I did. I downloaded the meeting transcript bot folder and used that manifest with no modifications except for replacing the Teams app ID and the AAD app ID placeholders with the correct values. Does that manifest need a |
@TDalton52 , There is no need to modify the manifest at this time as it is working fine as it is. However, since you tried to add the app to the meeting, we suggest including those elements in the manifest for smoother integration. |
I'm not sure what you mean by this. It's not working fine for me as is. The first step of the tutorial under "running the sample" is to add the bot to a scheduled meeting via the Apps menu and I have been unable to do this. The bot doesn't show up under available apps when I run the debugger. I can't get a |
I've been following along with the meeting transcript bot tutorial and I've been unable to get it to work for me. When debugging the sample, I can add the bot to Teams, but I am unable to add the bot to a meeting like the tutorial says I should be able to do.
Steps to reproduce:
.env.local
file with the Azure resource IDs created in step 2When the debugger runs and my browser opens up, I see the pop-up to add the bot. I click "add", and the window says the bot was added successfully. However, when I create a meeting and click the "+" button to add an app, the bot is not listed in the available apps. I've double-checked my Azure app and bot deployments, and everything looks OK to me permission-wise. Why can't I add the bot to the meeting? Is there an organization-level policy that can stop bots from being added to meetings? Maybe I'm just not doing something in the tutorial correctly?
The text was updated successfully, but these errors were encountered: