Skip to content

Instantly share code, notes, and snippets.

@lithp
Last active February 5, 2025 21:13
Show Gist options
  • Select an option

  • Save lithp/3584faebe113902eefb4068542aeed44 to your computer and use it in GitHub Desktop.

Select an option

Save lithp/3584faebe113902eefb4068542aeed44 to your computer and use it in GitHub Desktop.
Scrolling
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
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