Todo
Write documentation on playback.js.
playback.py - A plugin for Gate One that adds support for saving and playing back session recordings.
Note
Yes this only contains one function and it is exposed to clients through a WebSocket hook.
This Python plugin file implements the following hooks:
hooks = {
'WebSocket': {
'playback_save_recording': save_recording,
}
}