zoom Web SDK you need go to setting enable CC & LT feature type: "INSUFFICIENT_PRIVILEGES" - zoom-sdk

I'm building a web application that includes Zoom SDK for web, after create and join a meeting I get this error and my browser show black screen:
I've found the same issue was asked on zoom developer forum :
https://devforum.zoom.us/t/websdk-2-0-1-component-view-unable-to-leave-meeting/60072
But there is no answer that could help me resolve this issue.
Any one know how to resolve please help .
I'm using latest version of chrome on latest macOS version

This error is referencing the Closed Caption and Live Translation settings in your Zoom account. You have to login into your zoom account that's associated with your .join()'s config options and enable these 2 settings.
You can find information on how to enable them in the zoom docs here: https://support.zoom.us/hc/en-us/articles/6643133682957-Enabling-and-configuring-translated-captions

Related

How to integrate Finger print authentication in Ionic 6 - Did not found any valid plugin in Ionic

I'm looking to integrate device finger print authentication to my Ionic 6 mobile app. But I could not see any working plugins regarding to this.
Please provide me any working plugins for this, If any one has implemented.
Thanks in Advance.
Tried - https://www.npmjs.com/package/cordova-plugin-fingerprint-aio
But no use
Identity Vault in combination with Auth Connect will do the trick. One thing of note is that these are premium (paid for) plugins. But, you can get started for free to see if it will work for you first.

Issues when sharing screen using Vidyo Screen Share Chrome extension on Vidyo.io

I'm using vidyo.io as videoconference solution in our platform. I'm having an issue with Vidyo's Chrome extension for screen sharing that is easily reproducible using the very own Vidyo's samples:
If you download Vidyo's web sample from developer portal, open samples/VidyoConnector/js/VidyoConnector.html in Chrome, choose 'Join via the browser', and click the 'Window share' select list (there is no need to start a conference to reproduce the error), Chrome will open the Vidyo Screen Share extension page twice, even if you already have the plugin installed. For this to work you have to uninstall the extension and reinstall it again. It will work until the end of the current session.
In the other hand if you go to Vidyo.io developer portal, choose "Demo" from "Developers" menu and start a conference using the "Join via the browser" button, click the same 'Window share' select list the Vidyo Screen Share extension works as expected, allowing you to pick a window or a screen to share.
In our implementation we're having the same problem as the code from web sample listed above, but if an example of our code would be of any help to clarify the issue, here you have an excerpt (we're using Angular, and here you have some TypeScript code):
private vidyoConnector: VidyoClientLib.VidyoClient.VidyoConnector;
(...)
selectedWindowShare(share: VidyoClientLib.VidyoClient.VidyoLocalWindowShare) {
this.vidyoConnector.SelectLocalWindowShare({localWindowShare: share})
}
This issue happens only on Chrome. When we use Firefox it works seamlessly. I'm using Chrome 69 on OSX High Sierra.
Any suggestion on how to solve this will be much appreciated. Thanks in advance!
If I am not mistaken, you are either running the VidyoConnector.html directly in the browser or hosting the sample on non-secured hosting (HTTP).
For the Vidyo Screen Share Chrome extension to work correctly, you need to host it on a secured hosting (HTTPS).
You can verify this by using our hosted sample here:
https://static.vidyo.io/latest/connector/VidyoConnector.html
Hope this helps.

Why are none of my Google Actions Alpha releases appearing in the Google Assitant store?

In my developer account, I can succesfully test the app using the simulator.
I also sucessfully deployed an Alpha version, and waited 24 hours.
However the opt-in link doesn't work. Every time I navigate to it, I see:
We can't find what you're looking for at the moment. Please try again later.
YES, I have the activity controls all enabled
YES, I have a google home device connected to this account
YES, I am the developer of this action, and have verified permissions
in IAM
This is driving me bananas. Does anyone have any suggestions on how to get it to appear?
The problem is that I was not opening these links using Google Assistant (I was trying to open them using Safari). The documentation says "open on mobile", but it doesn't tell you to use the Google Assisant.
If you have iOS, make sure you download Google Assistant!
I know this is an old question, but for the past few days I have been in the same situation with no answers to be found on the internet.
The situation is represented in the image below:
My opt-in link was the following:
https://assistant.google.com/services/a/uid/uuid?hl=en
Removing the trailing ?hl=en at the end of the link worked for me.
The Action's settings have become available via the link https://assistant.google.com/services/a/uid/uuid?hl=en after Alpha deployment.
Still, the Action doesn't look good in the Actions explore menu and settings button is missing.

Unity3d share screenshot and link error on android 6 up to

Please tell me how to share screenshot and link in Unity? I used some way and error when test on android 6 up to. thanks so much!
In spite of poorly asked question, my skill of psychic tells me that your problem is caused by changes in Android security paradigm. In order to support new versions of Android system you have to adapt your sharing method to use FileProvider.
You can read about it here or google more info youself. Hope it will point you to right direction.

GoogleTv Emulator Basic Text Entry

I recently set up my googleTV emulator on Ubuntu 12 Desktop edition. Added Android SDK and the ADT plugin for Eclipse. When I start the emulator, I see the google Icon and some buttons as expected with 4 other icons on the TV screen.
When I do select the TV option,I am propmted to enter the ZIPCode for LiveTV. Thats when I realised that I cant enter text using my keyboard!
My direction keys are working with the simulator for navigation but I just cant enter the ZIP code / Search Text .
Has anyone experienced the same issue ?
Please file an issue at http://code.google.com/p/googletv-issues/ and I will have someone look into it. AFAIK this was working correctly - can you provide some more detail on your system setup? SDK versions, any recent library updates etc.