Skip to content
New issue

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

EchoBot do not join the call #786

Open
tamnguyenvan164 opened this issue Oct 31, 2024 · 2 comments
Open

EchoBot do not join the call #786

tamnguyenvan164 opened this issue Oct 31, 2024 · 2 comments

Comments

@tamnguyenvan164
Copy link

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):

  • Version same as cloud deploy

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.

@arantar
Copy link

arantar commented Nov 4, 2024

@tamnguyenvan164
Hi
Were you able to identify the source of the problem and resolve it?

@tamnguyenvan164
Copy link
Author

@arantar no, I still not find any problem.
Have you got the same issue? any suggestion for solving it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants