* Get streaming state for a surface
(surfaceId: string)
| 136 | * Get streaming state for a surface |
| 137 | */ |
| 138 | getStreamingState(surfaceId: string): StreamingState | undefined { |
| 139 | return this.streamingStates.get(surfaceId); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Check if a surface is in streaming mode |
no test coverage detected