Max Solovev
Max Solovev
I fixed that problem like this ``` RNCallKeep.addEventListener('answerCall', () => { RNCallKeep.addEventListener('didActivateAudioSession', () => { sipEndpoint.activateAudioSession() sipEndpoint.answerCall(incomingCall) }) }) ``` Its work fine if you are using Callkeep
Same problem
This is my config. Doesn't work with both `detectBrowserLanguage: {...}` and `detectBrowserLanguage: false` ```js export default defineNuxtConfig({ modules: ['@nuxtjs/i18n'], i18n: { locales: [ { code: 'en', domain: 'mysite.test:3000', }, {...
Thank you @kazupon It works perfectly Will you port this to @nuxtjs/i18n?
Yes, it's same. But there were problems with routing. [screencast](https://take.ms/ITbiw)
Same problem
@arbabr96 you must call `RNVoipCall.endAllCalls()` when user answers call
@20x-dz please tell me which package manager you use?
> npm I use bun and had the same problem. Solved it by adding packages to trustedDependencies (https://bun.sh/guides/install/trusted). Maybe npm has something similar.
Maybe you can try something like this https://github.com/nuxt/vercel-builder/issues/371#issuecomment-804474999