(sessionId: string)
| 203 | ): Annotation | undefined; |
| 204 | getPendingAnnotations(sessionId: string): Annotation[]; |
| 205 | getSessionAnnotations(sessionId: string): Annotation[]; |
| 206 | deleteAnnotation(id: string): Annotation | undefined; |
| 207 | |
| 208 | // Events (for replay on reconnect) |
no outgoing calls
no test coverage detected