security privacy panel without tab and without setLoopBack
e are working on an application that use a microphone. We would like to show the the privacy settings panel, but without the tab microphone, camera etc, just the basic privacy panel.
Here the picture to make everything clearer:
SETTINGS WITH TAB
www .creativewave.it/settings_tabs.jpg
SETTINGS WITHOUT TAB
www .creativewave.it/settings_notabs.jpg
We know the if we use
mic:Microphone = Microphone.getMicrophone(); mic.setLoopBack(true) we can have it. The problem is that in this way the user hear his voice when speaks at the microphone, and it's horrible for our application.
And if we use: Security.showSettings(SecurityPanel.PRIVACY); we get the privacy panel, but with the tabs.
Is there anyway to have SETTINGS WITHOUT TAB panel but WITHOUT using setLoopBack(true)?
Alternatively, is there a real way to use setLoopback(true) but without having the echo of the own voice? we did try A LOT of things for that but really without success.
thanks a lot. Paolo
|