In running the 02-components example, I found that the Connect button isn't interactive. In digging in, it appears that the TranscriptOverlay appears on top of it. To work around it, I used pointer-events-none:
<div className="absolute w-full h-full flex items-center justify-center pointer-events-none">
<TranscriptOverlay participant="remote" className="max-w-md" />
</div>
Additionally, I see a spinner in place of the ControlBar. Once the session starts, the ControlBar shows a flash of color of a larger ControlBar, then appears as offset from being centered.
