enableLocalAudio mute speaker
See original GitHub issueI want to send like Whatsapp audio (enable/disable Mic) but with a chosen music in the background, I notice that when I call enableLocalAudio the music stops, I’m using this config:
engine.setChannelProfile(ChannelProfile.LiveBroadcasting);
engine.setAudioProfile(
AudioProfile.MusicStandard,
AudioScenario.GameStreaming
);
Can anyone help please
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
AgoraRtcKit.muteLocalAudioStream not working?
In order to stop/resume publishing the local audio stream (mute/unmute) we need to call AgoraRtcEngineKit.enableLocalAudio(isEnabled).
Read more >How To Mute Individual Speakers and Microphones - YouTube
In this video, we'll walk you through how to mute individual microphones and speakers on Stem devices from within the ecosystem platform.
Read more >Tutorial: Dynamically Enabling/Disabling Local Audio/Video
This document describes how to enable and disable local audio and video ... and unmuteVideo() to disable and enable local audio and video...
Read more >AgoraRtcEngine class - tell_rtc_temp library - Dart API - Pub.dev
onActiveSpeaker ↔ void Function(int uid): Reports which user is the loudest ... bool muted): Occurs when a remote user's audio stream is muted/unmuted....
Read more >Subscriber - OpenTok.js | Vonage Video API Developer
The Subscriber object includes methods that let you disable and enable local audio playback for the subscribed stream. The subscribe() method of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LichKing-2234 fixed by adding
setParameters("{\"che.audio.keep.audiosession\":true}")
I tried setDefaultAudioRoutetoSpeakerphone always the same issue after calling enableLocalAudio(true)