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

How to read remote audio stream ? #48

Open
jasvindersingh-evon opened this issue Jun 30, 2016 · 6 comments
Open

How to read remote audio stream ? #48

jasvindersingh-evon opened this issue Jun 30, 2016 · 6 comments

Comments

@jasvindersingh-evon
Copy link

Hi,

First of all this is not an issue. Sorry about that I am putting it up here. No other way.

I am writing an app for audio conferencing and I need access to the remote audio stream.

How can I get that?

@hjh006
Copy link

hjh006 commented Jul 18, 2016

there is a method:- (void)peerConnection:(RTCPeerConnection *)peerConnection
addedStream:(RTCMediaStream *)stream . You can get video track and audio track here

@shravanteegala
Copy link

How I can get Audio Call only,can you help me with some reference link on how

@hjh006
Copy link

hjh006 commented Sep 5, 2017

probably you can just ignore video track in MediaSream, add audio track only into addedStream:(RTCMediaStream *)stream.

@shravanteegala
Copy link

shravanteegala commented Sep 5, 2017

Thanks for your suggestion,
But I need both 1).Audio with voice calling.
2).Audio only Calling.
then where modify & put both of those. without disturb the pod lock.

@hjh006
Copy link

hjh006 commented Sep 7, 2017

Can you explain it? I don't really understand your 1) and 2)

@shravanteegala
Copy link

shravanteegala commented Sep 8, 2017

Hi,
I integrate apartc in my project. video calling is works fine,
But I wants to do Audio calling in this.
I call [self.client muteVideoIn]; method but video is not muted, its showing video.
How to resolve it. please help me.

I need to do Video calling and Audio calling.

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

3 participants