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

Video Call on Android API 22+ do not work #1024

Open
tianranwangcs opened this issue Mar 25, 2017 · 3 comments
Open

Video Call on Android API 22+ do not work #1024

tianranwangcs opened this issue Mar 25, 2017 · 3 comments

Comments

@tianranwangcs
Copy link

tianranwangcs commented Mar 25, 2017

I can take a video call on Android 4.4.4, however I can't do it in Android 5.0 or 6.0.
When I debug the source code, the app crush at line 411 in org.sipdroid.sipua.ui.VideoCamera.java.
Can anyone help me?

try {
            mMediaRecorder.prepare();
            mMediaRecorder.setOnErrorListener(this);
            mMediaRecorder.start(); // crush at here, line 411
        } catch (IOException exception) {
            releaseMediaRecorder();
            finish();
            return false;
        }

The console output is this:

E/MediaRecorder: start failed: -38
@jkisanga
Copy link

Can not even make call in android 6

@yeahia2508
Copy link

Did you found any solution? @tianranwangcs

@hamzabutt33221
Copy link

runtime permissions issue.

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

No branches or pull requests

4 participants