You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a test video call app for Android. I compiled the linphone lib successfully and integrated. But my test app crashes as soon as I answer the call..
App crashes with the message "Could not load grammar sdp_grammar because the file could not be located."
I have added sdp_grammar file into project.
General information
Device: Samsung Galaxy A21
OS: Android 11
Version of the SDK: [LinphoneCore version: 5.2.0-alpha]
Expected behaviour
I wanted to do a simple calling app for Android phone. However, the app crashes as soon as I answer the call.
To Reproduce
Compile linphone library for Android
Add it to the Android project (Android Studio).
Register as A & B
Call B from A and answer the call.
The text was updated successfully, but these errors were encountered:
Context
I am trying to create a test video call app for Android. I compiled the linphone lib successfully and integrated. But my test app crashes as soon as I answer the call..
App crashes with the message "Could not load grammar sdp_grammar because the file could not be located."
I have added sdp_grammar file into project.
General information
Expected behaviour
I wanted to do a simple calling app for Android phone. However, the app crashes as soon as I answer the call.
To Reproduce
The text was updated successfully, but these errors were encountered: