Hi
in my web app i would like to switch the Microphones on,just noe i pop us the setting box,
is it possible to switch on the Microphone
private function checkMicrophoneAccess(event:FlexEvent):void {
this.removeEventListener(FlexEvent.SHOW, checkMicrophoneAccess);
var mic:Microphone = Microphone.getMicrophone();
mic.addEventListener(StatusEvent.STATUS, this.onMicStatus);
if (mic.muted) {
readingGroup.enabled = false;
Security.showSettings(SecurityPanel.PRIVACY);
________________________________
Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.
in my web app i would like to switch the Microphones on,just noe i pop us the setting box,
is it possible to switch on the Microphone
private function checkMicrophoneAccess(event:FlexEvent):void {
this.removeEventListener(FlexEvent.SHOW, checkMicrophoneAccess);
var mic:Microphone = Microphone.getMicrophone();
mic.addEventListener(StatusEvent.STATUS, this.onMicStatus);
if (mic.muted) {
readingGroup.enabled = false;
Security.showSettings(SecurityPanel.PRIVACY);
________________________________
Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.