Add a missing type
This commit is contained in:
parent
982398b32f
commit
daeecc9b68
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export const useLoadGroupCall = (
|
|||
roomIdOrAlias: string,
|
||||
viaServers: string[],
|
||||
createPtt: boolean
|
||||
) => {
|
||||
): GroupCallLoadState => {
|
||||
const [state, setState] = useState<GroupCallLoadState>({ loading: true });
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in a new issue