dazzling-guitar-12115
08/14/2025, 5:12 PMtall-airline-16756
08/14/2025, 5:12 PMtall-airline-16756
08/14/2025, 5:13 PMdazzling-guitar-12115
08/14/2025, 5:23 PMtall-airline-16756
08/14/2025, 5:24 PMroom.localParticipant.setMicrophoneEnabled(true)
to automatically create and publish a microphone track.
• Python: Try LocalAudioTrack.create_audio_track()
with source=rtc.AudioSource
.
• Unity: Use LocalAudioTrack.CreateAudioTrack()
along with RtcAudioSourceType.AudioSourceMicrophone
.
• Swift: Go for LocalAudioTrack.createTrack()
and set options.source = .microphone
.
If you let me know which SDK you’re using, I’d be happy to help with more detailed guidance or examples!