Is automatic call recording possible? [closed]
Closed 3 days ago.
Is automatic call recording possible? [closed]
Closed 3 days ago.
Unable to configure the bot in the microsoft teams
I am novice in the MS teams and bot development. I have created the project from the basic bot template and added the configure properties as guided here.
How to gracefully handle a user that has blocked a bot when sending AdaptiveCards
My team has created a simple teams bot that sends adaptive cards to inform users on updates regarding our platform. When the bot gets a ping from our service’s api, it uses the data sent over in the request to send a simple adaptive card to the targeted user(s). However we recently stumbled across the issue where a user may have the bot blocked. This scenario leads to the bot defaulting to the default botAdapter.onTurnError
where it posts 2 messages in the bot’s installed channel — stating the error and to fix the source code.
Bot/Message Extension App created using Teams Toolkit in private/shared channels
I have created a Teams Bot/Message Extension App using Teams Toolkit using VS Code. It is working properly in standard channels. I want to install it in shared/private channel.
How to install bot when using message extension action
I have a message extension app with bot in it. When I add the app in personal. And when in the teams channel, if I used the message extension. It should pop up for installation. For that I have used this bit of code from the github repo.
But when I click the button. It’s give Unable to reach app. Please try again.
How to Add Owners to Bot in Teams App When Developer Portal Doesn’t Reflect Changes?
I have created teams app using teams toolkit. So registering everywhere is done by the toolkit itself. Now I want to add owners to my app and bot. I can add the owner to my app using the developer portal. But there is no option to add owner in the developer portal to the bot. I have mention owner using dev.botframework.com but that is not reflecting into account Please assist how can i do.
How to Add Owners to Bot in Teams App When Developer Portal Doesn’t Reflect Changes?
I have created teams app using teams toolkit. So registering everywhere is done by the toolkit itself. Now I want to add owners to my app and bot. I can add the owner to my app using the developer portal. But there is no option to add owner in the developer portal to the bot. I have mention owner using dev.botframework.com but that is not reflecting into account Please assist how can i do.
Unit Test MS Teams Bot
I have created a Teams Bot/Message Extension App in typescript. I want to unit test its functionality. Like the the onMessageActivity or handleTeamsMessagingExtensionFetchTask. Please Help on this.