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

Add metrics call #1088

Open
Tracked by #71
mcalinghee opened this issue Aug 8, 2024 · 0 comments · May be fixed by #1089
Open
Tracked by #71

Add metrics call #1088

mcalinghee opened this issue Aug 8, 2024 · 0 comments · May be fixed by #1089
Labels
enhancement New feature or request web

Comments

@mcalinghee
Copy link
Contributor

mcalinghee commented Aug 8, 2024

Your use case

Add metrics when a call is triggered :

  • when user A click on the call to user B, the client of userA should send an event CallStarted to Posthog
  • when user A click on the call to user B and userB accept the call, the client of userB should send an event CallStarted to Posthog
  • when user A click on the call to user B and userB reject the call, the client of userA should send an event CallEnded to Posthog
  • when user A click on the call to user B and userB reject the call, the client of userB should send an event CallEnded to Posthog
  • when user A terminates a call with user B, the client of userA should send an event CallEnded to Posthog
  • when user A terminates a call with user B, the client of userB should send an event CallEnded to Posthog
@mcalinghee mcalinghee added enhancement New feature or request web labels Aug 8, 2024
@mcalinghee mcalinghee linked a pull request Aug 8, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant