Can signature method be added to the SDK?

Can signature method be added to the SDK or have better authentication mechanism? 

Hi Mingche, 

we provide the signature generate algorithm in the documentation. feel free to post question when you encountering issue related this.

Best

Getting No permission error.

Possibly from problematic python implementation.

 

Which are the packages used in the Java implementation?

 These are our current imports:

import java.util.Base64;
import java.util.Base64.*;
import java.io.UnsupportedEncodingException;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;

Hi Mingche,

please go to https://github.com/zoom/sample-app-web to get latest sample code, it contains generate signature function.

Best