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,
|
roomIdOrAlias: string,
|
||||||
viaServers: string[],
|
viaServers: string[],
|
||||||
createPtt: boolean
|
createPtt: boolean
|
||||||
) => {
|
): GroupCallLoadState => {
|
||||||
const [state, setState] = useState<GroupCallLoadState>({ loading: true });
|
const [state, setState] = useState<GroupCallLoadState>({ loading: true });
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue