Meeting SDK Problem in set up

Description
us.zoom.sdkexample W/AndroidKeysetManager: keyset not found, will generate a new one
java.io.FileNotFoundException: can’t read keyset; the pref value androidx_security_crypto_encrypted_prefs_key_keyset does not exist

Which Android Meeting SDK version?
Android Meeting SDK : 5.12

To Reproduce(If applicable)

  1. Downloaded SDK from account
  2. Open it android studio and build the .gradle file
  3. Created jwt token as per document using jwt.in portal with below payload and signature:

payload:
{
“appKey”: “string”, // app key
“iat”: long, // access token issue timestamp
“exp”: long, // access token expire time
“tokenExp”: long // token expire time
}
Signture:
HMACSHA256(
base64UrlEncode(header) + “.” +
base64UrlEncode(payload),
secrete key
)
3. Set jwt token at SDK_JWTTOKEN in constant
4. Run project in emulator and received below error
W/AndroidKeysetManager: keyset not found, will generate a new one
java.io.FileNotFoundException: can’t read keyset; the pref value androidx_security_crypto_encrypted_prefs_key_keyset does not exist

Smartphone (please complete the following information):

  • Device: Pixel 5
  • OS: Android 7

Guide us to resolved problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.