microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.51k stars 2.45k forks source link

Not receiving both conversation id and service url for an activity (via Teams) #6676

Open AKSHILMY opened 4 weeks ago

AKSHILMY commented 4 weeks ago

Hi there, I observed that sometime I do not get the conversation id or the service url id for the activity and I am unable to proceed the conversation. I am unable to reproduce the issue. I would like to know the possibilities of such an issue occurring ? I am able to get the aad_id from the activity , so I would like to know whether there is a possibility to get the conversation id or the service url using the aad id?

stevkan commented 3 weeks ago

I suspect this is a Teams issue and not an SDK issue. But let's do a little information gathering on this, first.

AKSHILMY commented 3 weeks ago