Package com.zego.zegoliveroom.callback
Interface IZegoEndJoinLiveCallback
-
public interface IZegoEndJoinLiveCallback
接收结束连麦调用结果事件。Copyright © 2017 Zego. All rights reserved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEndJoinLive(int result, java.lang.String roomId)
接收结束连麦调用结果。
-
-
-
Method Detail
-
onEndJoinLive
void onEndJoinLive(int result, java.lang.String roomId)
接收结束连麦调用结果。- Parameters:
result
-ZegoLiveRoom.endJoinLive(String, IZegoEndJoinLiveCallback)
结果roomId
- 房间 ID- See Also:
ZegoLiveRoom.endJoinLive(String, IZegoEndJoinLiveCallback)
-
-