Skip to content

Can't click connect on 02-components example, ControlBar spinner #63

@markbackman

Description

@markbackman

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.
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions