Last active
February 5, 2025 21:13
-
-
Save lithp/3584faebe113902eefb4068542aeed44 to your computer and use it in GitHub Desktop.
Scrolling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Scrolling | |
| Not Viewing* | |
| scroll to -> Feed Viewer | |
| Feed Viewer | |
| scroll away -> Not Viewing | |
| click into -> Viewer | |
| In Livestream | |
| block -> Left LiveKit In Server | |
| kick -> Leaving | |
| ban -> Left LiveKit In Server | |
| stream ends -> Leaving | |
| client drops connection -> In LiveKit Left Server | |
| client leaves livekit -> Left LiveKit In Server | |
| Viewer | |
| back -> Feed Viewer | |
| invite -> Guest Invited | |
| request -> Guest Requested | |
| Guest Requested | |
| cancel -> Viewer | |
| accept -> Guest Invited | |
| decline -> Viewer | |
| Guest Invited | |
| revoke invite -> Viewer | |
| decline invite -> Viewer | |
| accept -> Box Guest | |
| Box Guest | |
| remove -> Viewer | |
| Leaving | |
| In LiveKit In Server* | |
| onSubDisconnect -> In LiveKit Left Server | |
| lk webhook -> Left LiveKit In Server | |
| In LiveKit Left Server | |
| lk webhook -> Left | |
| Left LiveKit In Server | |
| onSubDisconnect -> Left | |
| Left | |
| scroll -> Scrolling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function render(model){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment