onSetRoomExtraInfoResult method

FutureOr<void> onSetRoomExtraInfoResult(
  1. long taskId,
  2. SetRoomExtraInfoResult result
)

@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 {}