OnRtcMediaStatusListener
com.talkfun.cloudlivepublish.rtc.interfaces.OnRtcMediaStatusListener
描述:连麦多媒体状态
成员方法说明
void onVideoClose(RtcUserEntity rtcUserEntity)
描述:监听摄像头关闭
参数说明
参数 | 描述 |
---|---|
rtcUserEntity | 连麦用户数据 |
注释:RtcUserEntity 具体参数请参考连麦用户数据
void onVideoOpen(RtcUserEntity rtcUserEntity)
描述:监听摄像头开启
参数说明
参数 | 描述 |
---|---|
rtcUserEntity | 连麦用户数据 |
注释:RtcUserEntity 具体参数请参考连麦用户数据
void onAudioOpen(RtcUserEntity rtcUserEntity)
描述:监听音频开启
参数 | 描述 |
---|---|
rtcUserEntity | 连麦用户数据 |
注释:RtcUserEntity 具体参数请参考连麦用户数据
void onAudioClose(RtcUserEntity rtcUserEntity)
描述:监听音频关闭
参数说明
参数 | 描述 |
---|---|
rtcUserEntity | 连麦用户数据 |
注释:RtcUserEntity 具体参数请参考连麦用户数据
void onOpenVideoAll()
描述:监听全体摄像头开启
void onCloseVideoAll();
描述:监听全体摄像头关闭
void onOpenAudioAll();
描述:监听全体麦克风开启
void onCloseAudioAll();
描述:监听全体麦克风关闭