Interface IZegoRangeSceneDestroyItemCallback


  • public interface IZegoRangeSceneDestroyItemCallback
    • Method Detail

      • onDestroyItemCallback

        void onDestroyItemCallback​(int errorCode,
                                   long itemID)
        Destroy item result callback. Do not call the SDK interface in the callback thread.
        Parameters:
        errorCode - Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.
        itemID - Item ID.