Getting Operation returned an invalid status code 'NotImplemented' while using botAdpator methods in skill bot

Viewed 40

We are trying to connect one of our skill bot with root bot using virtual assistant template for Microsoft teams. When we try to use following method to get details of user using turn context, we are getting this exception: Operation returned an invalid status code 'NotImplemented'

Method I am trying to use:

var members = await ((BotFrameworkAdapter)turnContext.Adapter).GetConversationMembersAsync(turnContext, cancellationToken).

The method works as expected if I directly request it through bot created for skill bot. But when I try to invoke same method through root bot I am getting this exception.

Any help would be appreciated. Thanks!

0 Answers
Related