hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
Public 成员函数 | 所有成员列表
com.hyphenate.chat.EMCircleVoiceChannel类 参考
类 com.hyphenate.chat.EMCircleVoiceChannel 继承关系图:
com.hyphenate.chat.EMCircleChannel

Public 成员函数

 EMCircleVoiceChannel (EMACircleVoiceChannel emaObject)
 
 EMCircleVoiceChannel (EMCircleChannel circleChannel) throws Exception
 
void setRtcChannelId (String rtcChannelId)
 
String getRtcChannelId ()
 
- Public 成员函数 继承自 com.hyphenate.chat.EMCircleChannel
 EMCircleChannel (EMACircleChannel emaObject)
 
 EMCircleChannel ()
 
String getServerlId ()
 
void setServerlId (String mServerlId)
 
String getChannelId ()
 
void setChannelId (String mChannelId)
 
String getName ()
 
void setName (String mName)
 
String getDesc ()
 
void setDesc (String mDesc)
 
String getExt ()
 
void setExt (String ext)
 
boolean isDefault ()
 
void setIsDefault (boolean isDefault)
 
EMCircleChannelStyle getType ()
 
void setType (EMCircleChannelStyle type)
 
int getMaxUsers ()
 
void setMaxUsers (int maxUsers)
 
void setMode (EMCircleChannelMode mode)
 
EMCircleChannelMode getMode ()
 
void setCategoryId (String categoryId)
 
String getCategoryId ()
 

详细描述

语聊频道实体类。

构造及析构函数说明

◆ EMCircleVoiceChannel() [1/2]

com.hyphenate.chat.EMCircleVoiceChannel.EMCircleVoiceChannel ( EMACircleVoiceChannel  emaObject)

语聊频道构造函数。

参数
emaObject频道类型对象。

◆ EMCircleVoiceChannel() [2/2]

com.hyphenate.chat.EMCircleVoiceChannel.EMCircleVoiceChannel ( EMCircleChannel  circleChannel) throws Exception

语聊频道构造函数。

参数
circleChannel1. 频道对象。详见EMCircleChannel
异常
Exception传入的参数异常。当传入的 circleChannel 对象的频道模式 mode 的值不为 1 (语聊频道)时会抛出异常。

成员函数说明

◆ getRtcChannelId()

String com.hyphenate.chat.EMCircleVoiceChannel.getRtcChannelId ( )

获取 RTC 频道 ID。

返回
RTC 频道 ID。

◆ setRtcChannelId()

void com.hyphenate.chat.EMCircleVoiceChannel.setRtcChannelId ( String  rtcChannelId)

设置 RTC 频道 ID。

参数
rtcChannelIdRTC 频道 ID。

该类的文档由以下文件生成: