Package im.zego.zegoexpress.callback
Interface IZegoRangeSceneGetUserCountCallback
-
public interface IZegoRangeSceneGetUserCountCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGetUserCountCallback(int errorCode, int count)
The callback of getting user count in scene.
-
-
-
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.
-
-