Android(Java)[v1.7.5.0]
Public 成员函数 | Public 属性 | 所有成员列表
com.pano.rtc.api.Constants.UserLeaveReason 枚举类型参考

用户离开原因。 更多...

Public 成员函数

 UserLeaveReason (int v)
 
int getValue ()
 

Public 属性

 Normal =(0)
 
 Expelled =(1)
 
 Disconnected =(2)
 
 ChannelEnd =(3)
 
 DuplicateUserID =(4)
 

详细描述

用户离开原因。

类成员变量说明

◆ ChannelEnd

com.pano.rtc.api.Constants.UserLeaveReason.ChannelEnd =(3)

频道结束

◆ Disconnected

com.pano.rtc.api.Constants.UserLeaveReason.Disconnected =(2)

用户掉线。

◆ DuplicateUserID

com.pano.rtc.api.Constants.UserLeaveReason.DuplicateUserID =(4)

用户 ID 重复

◆ Expelled

com.pano.rtc.api.Constants.UserLeaveReason.Expelled =(1)

用户被驱逐。

◆ Normal

com.pano.rtc.api.Constants.UserLeaveReason.Normal =(0)

用户正常离开。


枚举说明文档从下列文件生成: