-
Notifications
You must be signed in to change notification settings - Fork 102
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
RTCAudioDevice missing delegate and RTCPeerConnectionFactory misses initialisation with audioDevice #94
RTCAudioDevice missing delegate and RTCPeerConnectionFactory misses initialisation with audioDevice #94
Conversation
@cloudwebrtc & @hiroshihorie can you please check?. I can't able to test locally due to facing generate framework issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
I'm not sure if there are any side effects, so let @hiroshihorie take a look
@hiroshihorie if all is good then can you please release a new version with this fix quickly because it's a blocker for me! |
Can you explain what are you trying to do in this PR ? |
I confirmed this will break since |
@hiroshihorie want to record audio for a live stream for a specific duration on the client side and that audio file merges with video images to generate special moments for the live stream captures for users. Therefore we use this class with and pass the object on
AVAudioEngineRTCAudioDevice
Taken reference form: https://github.com/mstyura/RTCAudioDevice/tree/main |
Ok I understand now you want to pass in a |
@hiroshihorie can you please guide how to implement |
Recorded the audio using |
No description provided.