Mikameel
Mikameel2w ago

no mic input on reconnect

When I reconnect to the room after the headset has been sleeping my mic input is not active, and nobody can hear me. While my avatar is working. When I close the app and rejoin the mic works again.
2 Replies
kapa.ai
kapa.ai2w ago
Hi @Mikameel. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- It sounds like you're experiencing an issue with microphone input not reactivating after reconnecting to a room in Normcore. Here are a few steps you can take to troubleshoot and potentially resolve this issue: 1. Check Microphone Permissions: Ensure that your application has the necessary microphone permissions, especially if you're on platforms like Mac, iOS, or Android. Normcore will print an error message to the console if there are issues with microphone permissions. Check your player logs for more information if audio is not working. Source. 2. Microphone Initialization: When reconnecting, ensure that the microphone is properly reinitialized. You might need to manually stop and start the microphone input stream when reconnecting to the room. This can be done using the MicrophoneStop and MicrophoneStart methods from the Normcore API. Source. 3. RealtimeAvatarVoice Component: Verify that the RealtimeAvatarVoice component is correctly set up and that it is detecting the microphone input. If the component is owned locally, it should create a microphone stream. If you have custom settings for the AudioSource, ensure they are correctly configured. Source. 4. Debugging: Use debug logging to track the state of the microphone and the RealtimeAvatarVoice component during the reconnect process. This can help identify if the microphone stream is being interrupted or not reinitialized correctly. If these steps do not resolve the issue, consider reaching out to the Normcore community on their Discord for further assistance. They might have more specific insights or updates regarding this issue. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@365574199844274177> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?