Stream audio bytes through local stream #1028
Unanswered
GeorgeAmgad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking for a way to stream/inject audio data through local stream and found that it's possible in web, but I couldn't find a direct way to do it in Flutter.
However, there seems to be a way to do it in native iOS by downloading and editing the webRTC code, and after some digging I found that I could do the same for Android by editing WebRtcAudioRecord.java in webrtc sdk and then bind all the changes with flutter webrtc Android and iOS, but this will require alot of changes.
Is there a shortcut to achieve the same functionality without having to go through all of this changes?
Beta Was this translation helpful? Give feedback.
All reactions