onServerParamsSetResult property
@detail callback
@author hanchenchen.c
@brief Set the return result of the application server parameter
@param error
- 200, set successfully
- != 200: Failure. Refer to UserMessageSendResult{@link #UserMessageSendResult} for details.
@note Receive this callback after calling setServerParams{@link #RTCEngine#setServerParams}.
Implementation
FutureOr<void> Function(int error)? onServerParamsSetResult;