microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

MS Teams API don't send statusCode when answering to a call #48

Open Githamza opened 5 years ago

Githamza commented 5 years ago

I have a bot which should answer to calls, here's the documentation

Actually I can Answer a call (MS Team unhook the call ) but I get no response status code or error. In documentation it mentioned that I should get a 202 accepted status code Microsoft Graph SDK ( api method right after initialisation):

client
    .api('/users/me/sendMail')
    .post({message: mail}, (err, res) => {
        console.log(res)
    })

I have tried to check res.statusCode but I get no content. How can I get response from MS Teams API ?

stevkan commented 5 years ago

Hi @Githamza, It looks like you using the Node SDK (based on the documentation). Can you tell me which version, 3 or 4? Also, can you elaborate a bit more on the flow? Who is calling who?

stevkan commented 5 years ago

@Githamza, are you still needing help on this issue?

stevkan commented 5 years ago

Closing related internal ticket due to lack of response.