Zoom SDK Security Vernability

We found Zoom Meeting SDK is trying to get root privilege to check if the system is rooted and mount and su command is used in the application.

example -

  • Runtime.getRuntime().exec(“su”)
  • Runtime.getRuntime().exec(“mount”)
  • Runtime.getRuntime().exec(“getprop”)

using Shell script in SDK is considered a security violation as the code can be hacked by reverse engineering. So, is this code really intended to be in the release version or it is just for Debug version of the SDK please confirm?