setParameters abstract method

Future<void> setParameters(
  1. String parameters
)

Provides technical preview functionalities or special customizations by configuring the SDK with JSON options. The JSON options are not public by default. Agora is working on making commonly used JSON options public in a standard way.

Param parameters Sets the parameter as a JSON string in the specified format.

Implementation

Future<void> setParameters(String parameters);