onSetRoomExtraInfoResult method
@valid since 3.52 @detail callback @author lichangfeng.rtc @brief Callback on the result of calling setRoomExtraInfo{@link #RTCRoom#setRoomExtraInfo} to set extra information about the room. @param taskId The task ID of the API call. @param result See SetRoomExtraInfoResult{@link #SetRoomExtraInfoResult} for the setting results and reasons.
Implementation
FutureOr<void> onSetRoomExtraInfoResult(
long taskId, SetRoomExtraInfoResult result) async {}