Interface IZegoRangeSceneGetUserCountCallback


  • public interface IZegoRangeSceneGetUserCountCallback
    • Method Detail

      • onGetUserCountCallback

        void onGetUserCountCallback​(int errorCode,
                                    int count)
        The callback of getting user count in scene. 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.
        count - User count in scene.