saveSnapshot abstract method
Stores snapshot as the latest roomId snapshot and deletes the log
entries it covers (sequence number <= RelaySnapshotRecord.upToSeq).
Implementation
Future<void> saveSnapshot(String roomId, RelaySnapshotRecord snapshot);