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

Unable to run HueBot locally using ngrok #45

Open suchism opened 5 years ago

suchism commented 5 years ago

i am facing issues running HueBot sample locally with ngrok . when i hit the messages api from Test Web Client i get below requests on ngrok utility. POST /api/messages 404 Not Found OPTIONS /api/messages 200 OK Any pointers , where i am going wrong ?

stevkan commented 5 years ago

Hi @suchism, can you provide more information?

suchism commented 5 years ago

BotBuilder v3.8.1. I have created yml file as per below : authtoken: xxxxxx tunnels: signaling: addr: 80 proto: http media: addr: 8445 proto: tcp

In the Local cscfg I have updated the CName and DNS name to

In the Bot registration site I have updated the messaging endpoint to Forwarding https ngrok endpoint.

The current issue is opened under the same HueBot sample solution.

stevkan commented 5 years ago

@suchism, sorry for the delay.

stevkan commented 5 years ago

@suchism, are you still needing assistance. If so, can you answer the above questions?

stevkan commented 5 years ago

Closing internal ticket due to lack of response.