Add types from merge & fix import order
This commit is contained in:
@@ -27,6 +27,7 @@ export interface PTTState {
|
||||
activeSpeakerUserId: string;
|
||||
startTalking: () => void;
|
||||
stopTalking: () => void;
|
||||
unmuteError: Error;
|
||||
}
|
||||
|
||||
export const usePTT = (
|
||||
|
||||
Reference in New Issue
Block a user