setParameters abstract method

Future<void> setParameters(
  1. String parameters
)

Provides technical preview functionalities or special customizations by configuring the SDK with JSON options.

  • parameters Pointer to the set parameters in a JSON string.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> setParameters(String parameters);