Add a missing type

This commit is contained in:
Robin Townsend 2022-07-15 13:07:19 -04:00
parent 982398b32f
commit daeecc9b68

View file

@ -38,7 +38,7 @@ export const useLoadGroupCall = (
roomIdOrAlias: string,
viaServers: string[],
createPtt: boolean
) => {
): GroupCallLoadState => {
const [state, setState] = useState<GroupCallLoadState>({ loading: true });
useEffect(() => {