Netless appId for agora project in web platform - agora.io

How can I generate a new NETLESS_APP_ID to run agora classroom in web platform ?
I searched it on google. but nothing found

enable Whiteboard and click on config
AppIdentifier is your NETLESS_APP_ID

Related

Social Sharing plugin for Ionic 4 for web browser

do you know of Social Sharing plugins that works with Ionic 4 when run on the browser? Most are for mobile so I'm stuck
Social Share via web will be constrained by the available API and by the way you implement meta tags handling in your application. Here is web API based implementation that yo can use or learn from:
https://github.com/peterpeterparker/web-social-share

Generate google-services.json for firebase via API

Since we've upgraded from GCM to FCM we have a problem because the app suddenly needs a custom google-services.json and I don't seem to find a API or cli tool which enables me to add new apps and generate a new file.
Has someone found a way to automate this?
There is currently no API to generate a google-services.json. You can download it from your Firebase Console by selecting your project and then clicking to manage your Android app.

adobe air Google play services integration error

enter image description here
Google play services not working in adobe air. It fails with the message given in screenshot. Will it be any configuration issue in developer console?
Based from this forum, adding "air." before the package name at Google Developer can solve the problem. Try also to upload an (test) APK to the Google Developer Console in order to test Google Play Services.
Check this tutorial from GitHub.

Login Issue for Google Play Services using Unity Android

I am trying to integrate Google Play game Services in unity for android platform.. And I have integrated and configured in google play developer console. And I have red all the forums and tried all the possibilities that our friends suggest but still When I am pressing login button nothing happens in android mobile..
Please some body help me solve this problem..
Thanks to all.
This is a pretty vague question, so here is a general answer:
First, check out the QuickStart for Google Play Game Services. This covers the general concepts. Pay special attention to how to configure your game in the developer console; this is where most of the problems first time developers with GPGS have issues.
Next, download the Unity plugin from GitHub:
https://github.com/playgameservices/play-games-plugin-for-unity
This repository also has instructions on how to configure the plug in within the Unity environment.
After that, run the samples provided with the plugin, these are applications that are known to work and demonstrate how to call the plugin.
Finally, integrate the plugin into your own game and enjoy!
Try to find application "Google Settings" in your mobile.
open "connected apps" and select your app here.
at bottom there will be a button "Disconnect",after these steps than try to login.
Or tell step by step how you are doing ?

Develop Mobile Web app using Dojox

I am new to Dojo. Dojo provides a way to develop Web app for mobiles.
Just I want to create Hello world app with Dojo.
Any one help me????
look at this resources, i think it will be helpful
Dojox.mobile test pages - Several samples showing how to use various features of dojox.mobile.
Dojox.mobile Documentation
API Reference for dojox.mobile
Instructions for installing and configuring the Android Device Emulator. You can use the emulator to test the application if you don't have access to an Android device.
Visit the Safari Reference Guide or tips on building web applications on the iPhone