Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor modifications to Android build and samples to match new documentation #4271

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bennylp
Copy link
Member

@bennylp bennylp commented Jan 25, 2025

Modifications to match new Android Getting Started documentation (see pjsip/pjproject_docs#26)

  • invoking make distclean/realclean from root diir will also invoke distclean/realclean in:

    • pjsip-apps/src/swig
    • pjsip-apps/src/pjsua/android/jni
  • fix pjsua CLI JNI Makefile:

    • hardcoded armeabi architecture
    • also copy libstdc++
  • modify Kotlin sample to make it nicer for showing off in Android Getting Started documentation:

    • support account
    • enlarge video resolution to 640x480 and bitrate to 1Mbps
    • set priority audio codec to AMR-WB

@@ -20,10 +20,15 @@ import java.lang.ref.WeakReference
/* Configs */

// Account ID
const val ACC_ID_URI = "sip:localhost"
const val ACC_DOMAIN = "pjsip.org"
const val ACC_USER = "101"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usually we use test account here ("test"), also for the destination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants