* Get a specific surface
(surfaceId: string)
| 129 | * Get a specific surface |
| 130 | */ |
| 131 | getSurface(surfaceId: string): Surface | undefined { |
| 132 | return this.surfaces.get(surfaceId); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Get streaming state for a surface |
no test coverage detected