-
Notifications
You must be signed in to change notification settings - Fork 133
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
microphone not published on windows build #64
Comments
Hey @alex-bluetrain does the client-sdk-flutter already supports windows? Edit: |
I'm pretty sure that this bug is caused by the The PR of the relevant native SDK, then the |
fixed #127 |
When building or running on windows, the localAudioTrack (microphone) doesn't get published.
it doesn't show any errors or warnings, it just doesn't work.
I've tried with LocalAudioTrack.create() + localParticipant.publishAudioTrack()
and also with just the localParticipant.setMicrophoneEnabled(true);
same results.
to reproduce: just run or build the example provided in client-sdk-flutter and check the published audio tracks on the room.
tested on 0.5.5
The text was updated successfully, but these errors were encountered: