Resolves whether the transcript panel should actually render, combining:
hasTranscript
ShowTranscript
userVisible
All three must be truthy for the panel to render. When no transcript exists (or ShowTranscript is false) the runtime toggle is irrelevant.
whether one or more transcript cues are present
the ShowTranscript master input
the runtime (toggle-driven) visibility state
true when the transcript panel should render
Resolves whether the transcript panel should actually render, combining:
hasTranscript),ShowTranscriptmaster switch,userVisible).All three must be truthy for the panel to render. When no transcript exists (or
ShowTranscriptis false) the runtime toggle is irrelevant.