Detect presence of speaker

Using Tizen.Net is there a way to detect the presence of a speaker on the current device. Specifically for watches. There is the “Tizen Feature | Tizen” feature to detect microphones, but not equavelent to detect the presense ot a speaker.

Found it myself:
var haveSpeaker = AudioManager.GetConnectedDevices().Any(d => d.Type == AudioDeviceType.BuiltinSpeaker);

Original thread is HERE

Any idea how to detect this on web app?

Our Tizen support team said theywould recommend you check out the “Checking the Pattern” section of this page: https://docs.tizen.org/application/web/guides/device/feedback

I hope this helps, if not post a new thread on the Galaxy Watch - Tizen Web API’s forum.

Ron
Samsung Developer Program