appSign property
Description: Application signature of each App ID. Apply it from the ZEGOCLOUD Admin Console. If the applied signature is a character string (for example, in "a3b4c5d6e7" format), set this character string to appSign. The SDK will automatically parse it. If the applied signature is a byte array (for example, in 0xa3, 0xb4, 0xc5, 0xd6, 0xe7 format), convert appSign to a character string, such as "0xa3, 0xb4, 0xc5, 0xd6, 0xe7", and set the character string to appSign. The SDK will automatically parse it.
Implementation
String appSign;