connection.websocket | {{ neko.state.connection.websocket }} |
---|---|
connection.webrtc | {{ neko.state.connection.webrtc }} |
connection.type | {{ neko.state.connection.type }} |
connection.can_watch | {{ neko.state.connection.can_watch }} |
connection.can_control | {{ neko.state.connection.can_control }} |
connection.clipboard_access | {{ neko.state.connection.clipboard_access }} |
video.playable | {{ neko.state.video.playable }} |
video.playing | {{ neko.state.video.playing }} |
video.volume | {{ neko.state.video.volume }} |
video.fullscreen | {{ neko.state.video.fullscreen }} |
control.scroll.inverse | {{ neko.state.control.scroll.inverse }} |
control.scroll.sensitivity | {{ neko.state.control.scroll.sensitivity }} |
control.clipboard.data | {{ neko.state.control.clipboard.data }} |
control.host | {{ neko.state.control.host }} |
screen.size.width | {{ neko.state.screen.size.width }} |
screen.size.height | {{ neko.state.screen.size.height }} |
screen.size.rate | {{ neko.state.screen.size.rate }} |
screen.configurations | Total {{ neko.state.screen.configurations.length }} configurations. |
member.id | {{ neko.state.member.id }} |
member.name | {{ neko.state.member.name }} |
member.is_admin | {{ neko.state.member.is_admin }} |
member.is_watching | {{ neko.state.member.is_watching }} |
member.is_controlling | {{ neko.state.member.is_controlling }} |
member.can_watch | {{ neko.state.member.can_watch }} |
member.can_control | {{ neko.state.member.can_control }} |
member.clipboard_access | {{ neko.state.member.clipboard_access }} |
members | {{ neko.state.members }} |