Merge branch 'livekit' into tile-updates

This commit is contained in:
Robin
2024-01-03 16:59:12 -05:00
18 changed files with 243 additions and 190 deletions

View File

@@ -77,6 +77,7 @@ interface Props {
// TODO: add all props for <Button>
[index: string]: unknown;
}
export const Button = forwardRef<HTMLButtonElement, Props>(
(
{
@@ -132,6 +133,8 @@ export const Button = forwardRef<HTMLButtonElement, Props>(
},
);
Button.displayName = "Button";
export const MicButton: FC<{
muted: boolean;
// TODO: add all props for <Button>