Skip to content

Commit

Permalink
Feat(audio-recorder): Better style on waiting for permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Aug 31, 2024
1 parent 2597ac5 commit c5a8273
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { VscDebugStop, VscPlay } from "react-icons/vsc";

import { Stream } from "../../src";
import { pluginApi } from "../pluginApi";
import { UserNameTag } from "./AwarenessUser/UserNameTag";
import { getStreamState } from "../useAudioRecording";
import { UserNameTag } from "./AwarenessUser/UserNameTag";

type PropTypes = {
activeStream: Stream;
Expand Down Expand Up @@ -110,6 +110,8 @@ const WaitingForPermission = () => {
flexDir="column"
border="1px solid"
borderColor="gray.500"
textAlign="center"
p={2}
>
<Text fontWeight="bold">Waiting for permission from device...</Text>
<Text color="gray.600">
Expand Down

0 comments on commit c5a8273

Please sign in to comment.