holysoles/facetime

implement a state check function

Aberta

#4 aberto em 20 de abr. de 2024

 (0 comentário) (0 reação) (0 responsável)Go (0 fork)auto 404
good first issue

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador