In darwin implementation, why are there different between iOS other createRecordingSession
?
#171
Closed
vietstone-ng
started this conversation in
General
Replies: 1 comment 1 reply
-
I try to not make any differences but there's some SDK compatibility issues between iOS & macOS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thank you very much for your effort on this great package.
I'm integrating 5.0.0-beta.1.
In darwin implementaion, I notice there're different between iOS and others in
createRecordingSession
Why not use only this:
audioOut.audioSettings = getInputSettings(config: config)
Is there any different in action? Just curious how that works. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions