Open vincentfretin opened 8 months ago
I tried the ui-components branch and got the following error in Chrome on a mac:
Networked-Aframe Connecting...
networked-aframe.min.js:1 TypeError: Cannot read properties of undefined (reading 'getUserMedia')
at h.value (networked-aframe.min.js:1:32360)
at networked-aframe.min.js:1:27571
at new Promise (
I merged #37 already but this is not finished. I'm working a naf-users-button to show the participants in the room. I'll probably rename the naf-nametag-solidjs repo to naf-ui-components, expose the src/components files to be used a ES modules for naf-valid-avatars example. And also create a naf-valid-avatars web component to easily integrate it here.
I didn't run »npm install« - I just updated and ran the project. Now after you merged it in the main branch networking runs without issues. Great.
I added the new naf-users-button web component in the example.
Add UI with web components in the example:
See my comment https://github.com/c-frame/aframe-gltf-model-plus/issues/28#issuecomment-2010339761 and issue https://github.com/networked-aframe/networked-aframe/issues/423
Related issues: