ahmetkocadogan / MessageBirdBotFrameworkWhatsAppAdapter

Production only MessageBird WhatsApp Adapter for Microsoft Bot Framework
1 stars 0 forks source link

Problem receiving video #1

Open drmanhatin opened 2 years ago

drmanhatin commented 2 years ago

Hey,

I am not sure if this is the right place to open an issue, but I am having trouble receiving video over whatsapp. Image works fine. I am using bot framework composer to create the bot.

It seems like when there is a video being received, the activity is not triggered properly.

Happy to demo my problem over teams or whatever if that helps

drmanhatin commented 2 years ago

First of all thanks for your work on the library, it's valuable to me.

I have noticed that the package in this repository is not in sync with the bot framework community repository one. The package in the community repo is not working for video because that feature is not yet implemented in that version.

I have used this repository and the messagebird 2.1 SDK and it works fine.

ahmetkocadogan commented 2 years ago

@drmanhatin hello. Sorry for late response.

I created this repo due to an issue in the bot framework community repo one. I'll sync the bot framework repo and library as soon as i can.

I'm glad this helped your issue.

You can reach me if you have any issues, I'll try to help.

Thank you.

ahmetkocadogan commented 2 years ago

hey @drmanhatin

I made some changes to the adapter, you can inspect them here

https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/pull/467

I implemented all possible message types and reviewed the code. After this PR is merged, there should be no problems about receiving video.

drmanhatin commented 2 years ago

Hey Ahmet, well done mate. I will be testing this in the coming month or two. I will get back with feedback :)

ahmetkocadogan commented 2 years ago

@drmanhatin Hello. Well your feedback is appreciated :)

There is a new release for my adapter within bot builder community repo, all the changes i made is reflected to the nuget package, including a newer release of MessageBird C# SDK with new request verification method. Hopefully there should be no issues.

Thank you.