Robert Coroianu

Results 10 comments of Robert Coroianu

Hello, I have the same issue. I've tried as in the docs but it doesn't do anything. ![image](https://user-images.githubusercontent.com/2587236/196151135-cc3af978-388b-4aac-8ade-fca065d445df.png)

> AVFAudio.framework Hi, How I can add the AVFAudio.framework? I've just started to develop first time on ios.

> I am facing the same issue. Does anyone have a solution? > > ![Screenshot 2023-09-04 at 1 00 53 PM](https://user-images.githubusercontent.com/114209530/265387264-8f7abe2e-4693-414f-b60c-3216f134698e.png) When I received this error, I removed include folly...

> Sorry, I forgot, I'm using react-native. The package was from the react-native, and because of it, I've got the same error as you. Maybe you have another conflict with...

Hello, For Nuxt 2 you need to use Node 16. I think is because Node 18> uses OpenSSL 3 or something like this I've read

> > > @liudehuaGithub如何将 pod 'linphone-sdk' 更改为 5.2.28? > > > > > > pod 'linphone-sdk', '5.2.28' That should do it ,In the Podfile。 > > I have added pod...

Hello, I'm facing some issues with the incoming calls I have streaming for a second including video and then both of the clients are getting disconnected from the sip server,...

If you want to run it at machine startup, for Linux I recommand you to create a new service and use a built version. https://www.shellhacks.com/systemd-service-file-example/

I have the same issue. This is what logcat shows up: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.app/com.reactnativefullscreennotificationincomingcall.IncomingCallActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object...