* @description 1. delete the resource data on the store; * 2. delete the resource from collaEngineMap provided that the engine has issued an op * @param {string} resourceId
(resourceId: string)
| 438 | * @param {string} resourceId |
| 439 | */ |
| 440 | reset(resourceId: string) { |
| 441 | this.roomService.quit(resourceId); |
| 442 | } |
| 443 | |
| 444 | onNewChanges(resourceType: ResourceType, resourceId: string, actions: IJOTAction[]) { |
| 445 | console.log('================= change from remote ================'); |