* Create a roomId based on the resource main resource ID * What is a resource resource, a resource is a summary of data entities, * such as a datasheet, a widget, and a dashboard. Their data are collectively referred to as resources * The main resource ID generally refers to the node page t
(resourceId: string)
| 98 | * @param resourceId Resource ID, which can be the ID of entity resources such as datasheetId, DashboardId, WidgetId, etc. |
| 99 | */ |
| 100 | static createRoomId(resourceId: string) { |
| 101 | return `${resourceId}`; |
| 102 | } |
| 103 | |
| 104 | constructor( |
| 105 | public roomId: string, |