OnRtcMemberListener

详细描述:com.talkfun.cloudlivepublish.rtc.interfaces.OnRtcMemberListener 接口类用于学员连接,断开连麦等功能的监听。

成员方法说明

onKick(RtcUserEntity rtcUserEntity);

描述:用户 被移除 连麦功能

参数说明

参数 描述
rtcUserEntity 连麦的用户数据

注释 :RtcUserEntity 类具体请参考 连麦用户数据


onUp(RtcUserEntity rtcUserEntity, View videoView)

描述:用户上麦

参数说明

参数 描述
rtcUserEntity 连麦的用户数据
videoView 视频View

注释 :RtcUserEntity 类具体请参考 连麦用户数据


onDown(RtcUserEntity rtcUserEntity);

描述:用户下麦

参数说明

参数 描述
rtcUserEntity 连麦的用户数据

注释 :RtcUserEntity 类具体请参考 连麦用户数据


void onOffline(RtcUserEntity rtcUserEntity, int reason);

参数说明

参数 描述
rtcUserEntity 连麦的用户数据
reason 离线原因

注释 :RtcUserEntity 类具体请参考 连麦用户数据


onApply(RtcApplyEntity mRtcApplyEntity )

描述:用户申请上麦

参数说明

参数 描述
RtcApplyEntity 申请上麦的用户数据

注释 :RtcApplyEntity类具体请参考 上麦用户数据


onCancle(RtcApplyEntity mRtcApplyEntity )

描述:用户取消上麦

参数说明

参数 描述
RtcApplyEntity 申请上麦的用户数据

注释 :RtcApplyEntity类具体请参考 上麦用户数据


onRespondInvite(RtcApplyEntity mRtcApplyEntity)

描述:用户接受主播邀请上麦

参数说明

参数 描述
RtcApplyEntity 申请上麦的用户数据

注释 :RtcApplyEntity类具体请参考 上麦用户数据


results matching ""

    No results matching ""