You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create another function in livestream.ts that takes in an accessToken. The output should be an object with healthStatus key and value.
the health status can be found using youtube data api v3 under liveStream endpoint. In status.healthStatus.status. Double check the API docs if this is indeed the case and correct if i'm mistaken
expose that helper function as an endpoint /livestream/health
display the health status together with the stream key in that area.