-
Notifications
You must be signed in to change notification settings - Fork 413
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
Comments
there is a method:- (void)peerConnection:(RTCPeerConnection *)peerConnection |
How I can get Audio Call only,can you help me with some reference link on how |
probably you can just ignore video track in MediaSream, add audio track only into addedStream:(RTCMediaStream *)stream. |
Thanks for your suggestion, |
Can you explain it? I don't really understand your 1) and 2) |
Hi, I need to do Video calling and Audio calling. |
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?
The text was updated successfully, but these errors were encountered: