I am new to this platform and started using the demo app for Android and getting
internalerrorcodes 3023 . just after starting the application
And one more thing how do i get the userid and token .
The parameter i am using in the Constants.java
// TODO Change it to your APP Key
public final static String APP\_KEY = "The one which i got from Credential of mobile app";
// TODO Change it to your APP Secret
public final static String APP\_SECRET = "The one which i got from Credential of mobile app"
";
// TODO change it to your user ID
//This id got from calling **https://api.zoom.us/v1/user/getbyemail** from restapi and token as well
public final static String USER\_ID = "XVHQLQWRRmO5mQ8BdM5ouA";
// TODO change it to your token
public final static String ZOOM\_TOKEN = "pGxDk-JVi2fpPpPmr2ZY66rYJx3Auv-6xSULwwbsX7c.BgMsckp4aUZZVVozektKNkIwR3FtcnlaMStZaFVjQmllLzlVekltcWhkb2RmYz1AYmI4N2JlYWI1ODY2NTkwZjI1NTdlM2QxNTc3YWU1YmVjOGFhMzVjNzgwZjczMmI0ZGViODJhOGVlZDc2MTA2ZAAMM0NCQXVvaVlTM3M9";
// TODO Change it to your exist meeting ID to start meeting
public final static String MEETING\_ID = "429225347";