holysoles/facetime

implement a state check function

Open

#4 opened on Apr 20, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (0 forks)auto 404
good first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Being able to validate FT application state would help increase the reliability in the server behavior. Should see what properties can be checked to find the following:

  • FT is open/in focus
  • FT is in a call lobby (pre-join)
  • FT is in a call, with sidebar closed
  • FT is in a call, with the sidebar open (this is preferable)

This could be then used to validate calls are joined/left correctly, as well as determine if APIs are being called in the right order.

Contributor guide