Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Can not record 2 people. Record only 1 side #11

Open
mctoannguyen opened this issue Jun 26, 2017 · 4 comments
Open

Can not record 2 people. Record only 1 side #11

mctoannguyen opened this issue Jun 26, 2017 · 4 comments
Labels

Comments

@mctoannguyen
Copy link

Hi @d0pam1n,
I add record function but record only 1 side.

// start record
mMediaRecorder = new AudioMediaRecorder();
mMediaRecorder.createRecorder(filePath);
AudioMedia capMed = mEndpoint.audDevManager().getCaptureDevMedia();
capMed.startTransmit(mMediaRecorder);
// stop record
mEndpoint.audDevManager().getCaptureDevMedia().stopTransmit(mMediaRecorder);
mMediaRecorder.delete();
@d0pam1n
Copy link
Owner

d0pam1n commented Jun 28, 2017

I'm sorry but I don't understand your question.

@mctoannguyen
Copy link
Author

When I make a call and record it. That recording only records my speech without records the rest.
You can help me recording the talk?

@mctoannguyen
Copy link
Author

Please help me! Thanks :)

@kid304
Copy link

kid304 commented Jul 13, 2017

@d0pam1n I have the same issue also. Can you test if the recording function works well ? It should record both voices (incoming and outgoing), but now the result file contains outgoing voice only. Thanks so much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3 participants