Add types from merge & fix import order

This commit is contained in:
David Baker 2022-05-06 22:43:22 +01:00
parent 055fbe786d
commit 00ffa1b6cd
3 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ limitations under the License.
import React from "react";
import useMeasure from "react-use-measure";
import { ResizeObserver } from "@juggle/resize-observer";
import { OtherUserSpeakingError } from "matrix-js-sdk/src/webrtc/groupCall";
import { useModalTriggerState } from "../Modal";
import { SettingsModal } from "../settings/SettingsModal";
@ -33,7 +34,6 @@ import { Timer } from "./Timer";
import { Toggle } from "../input/Toggle";
import { getAvatarUrl } from "../matrix-utils";
import { ReactComponent as AudioIcon } from "../icons/Audio.svg";
import { OtherUserSpeakingError } from "matrix-js-sdk/src/webrtc/groupCall";
export function PTTCallView({
client,

View file

@ -27,6 +27,7 @@ export interface PTTState {
activeSpeakerUserId: string;
startTalking: () => void;
stopTalking: () => void;
unmuteError: Error;
}
export const usePTT = (