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

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