We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue I setup Azure cloud and everything works fine I make a POST request to make bot join a meeting.
curl -X POST --insecure -H "Content-Type: application/json" -d '{"joinURL": "https://teams.microsoft.com/l/meetup-join/19:meeting_MWNhYmVhN2ItMWE4Yi00MGQ2LTk5ZGYtMzQzYzk2MzEzY2Zm@thread.v2/0?context=%7B%22Tid%22:%22cbaa6e74-dfa8-4838-b0e2-240cdfffc423%22,%22Oid%22:%22725b4a36-e7b2-4d1f-ab00-89dd3fb20230%22%7D"}' https://ailabbot.com/calls
Code Snippet
Expected behavior EchoBot join the meeting
Graph SDK (please complete the following information):
Call ID Provide the list call ids that encountered this issue. Include the time in UTC/GMT when these call have occurred.
Logs The log on service:
info: EchoBot.Controllers.HealthController[0] HEALTH CALL info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1] Executing StatusCodeResult, setting HTTP status code 200 info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2] Executed action EchoBot.Controllers.HealthController.Get (EchoBot) in 0.104ms info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] Executed endpoint 'EchoBot.Controllers.HealthController.Get (EchoBot)' info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Request finished HTTP/1.1 GET https://localhost:9442/health - - - 200 0 - 0.5116ms info: Microsoft.AspNetCore.Hosting.Diagnostics[1] Request starting HTTP/1.1 POST https://ailabbot.com/calls application/json 255 info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] Executing endpoint 'EchoBot.Controllers.CallsController.JoinCallAsync (EchoBot)' info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3] Route matched with {action = "JoinCall", controller = "Calls"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] JoinCallAsync(EchoBot.Models.JoinCallBody) on controller EchoBot.Controllers.CallsController (EchoBot). info: EchoBot.Controllers.CallsController[0] JOIN CALL info: Microsoft.AspNetCore.Hosting.Diagnostics[1] Request starting HTTP/1.1 GET https://localhost:9442/health - - info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] Executing endpoint 'EchoBot.Controllers.HealthController.Get (EchoBot)' info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3] Route matched with {action = "Get", controller = "Health"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Get() on controller EchoBot.Controllers.HealthController (EchoBot). info: EchoBot.Controllers.HealthController[0] HEALTH CALL info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1] Executing StatusCodeResult, setting HTTP status code 200 info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2] Executed action EchoBot.Controllers.HealthController.Get (EchoBot) in 0.1022ms info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] Executed endpoint 'EchoBot.Controllers.HealthController.Get (EchoBot)' info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Request finished HTTP/1.1 GET https://localhost:9442/health - - - 200 0 - 0.6503ms
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@tamnguyenvan164 Hi Were you able to identify the source of the problem and resolve it?
Sorry, something went wrong.
@arantar no, I still not find any problem. Have you got the same issue? any suggestion for solving it?
No branches or pull requests
Describe the issue
I setup Azure cloud and everything works fine
I make a POST request to make bot join a meeting.
curl -X POST --insecure -H "Content-Type: application/json" -d '{"joinURL": "https://teams.microsoft.com/l/meetup-join/19:meeting_MWNhYmVhN2ItMWE4Yi00MGQ2LTk5ZGYtMzQzYzk2MzEzY2Zm@thread.v2/0?context=%7B%22Tid%22:%22cbaa6e74-dfa8-4838-b0e2-240cdfffc423%22,%22Oid%22:%22725b4a36-e7b2-4d1f-ab00-89dd3fb20230%22%7D"}' https://ailabbot.com/calls
Code Snippet
Expected behavior
EchoBot join the meeting
Graph SDK (please complete the following information):
Call ID
Provide the list call ids that encountered this issue. Include the time in UTC/GMT when these call have occurred.
Logs
The log on service:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: