init abstract method

Future<void> init(
  1. String license
)

Init ZIMAudio SDK

Available since: 1.0.0 Description: When using other functional interfaces of ZIMAudio SDK, this API must be called first for initialization. When to call: Call before calling other APIs. Restrictions: When no authentication information is passed in or the authentication information is incorrect, the initialization of the SDK can proceed normally, but subsequent use of some functions that require authentication will be restricted. Caution: None.

  • license License info. If developers do not obtain it through the server API, they can pass in an empty string, but subsequent use of some functions that require authentication will be restricted.

Implementation

Future<void> init(String license);