Update CommunicationsProvider.tsx
This commit is contained in:
@@ -101,13 +101,7 @@ export function CommunicationsProvider({ children }: { children: React.ReactNode
|
|||||||
|
|
||||||
// useMount(getUserAudioDevices);
|
// useMount(getUserAudioDevices);
|
||||||
useMount(() => {
|
useMount(() => {
|
||||||
fetch('https://ui-avatars.com/api/?name=John+Doe')
|
console.log(navigator.connection);
|
||||||
.then((result) => {
|
|
||||||
console.log(result);
|
|
||||||
})
|
|
||||||
.catch((error) => {
|
|
||||||
console.error(error);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user