Question about volume control in Ant SDK for Flutter #7178
Unanswered
kimPongsakorn
asked this question in
Q&A
Replies: 1 comment
-
Hi @kimPongsakorn, If I understood correctly you want to play a stream from Ant Media's flutter SDK without audio? If so I tested this scenario from a Pixel 9 emulator with the following code:
Try replacing your connect method in the play.dart example with the code above and let me know if it helped ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently using the Ant SDK with a Flutter application and I'm experiencing issues with speaker volume control. I'd like to know if the Ant SDK has a function that can directly control turning the speaker on/off?
The issues I'm facing are:
I need a function that can directly control muting the speaker, not just reducing the volume level.
Is there any specific API or method in the Ant SDK that can handle this issue? Or do you have any recommended solutions for this problem?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions