(id: string)
| 204 | getPendingAnnotations(sessionId: string): Annotation[]; |
| 205 | getSessionAnnotations(sessionId: string): Annotation[]; |
| 206 | deleteAnnotation(id: string): Annotation | undefined; |
| 207 | |
| 208 | // Events (for replay on reconnect) |
| 209 | getEventsSince(sessionId: string, sequence: number): AFSEvent[]; |