HyphenateChatSDK 3.9.9.1
属性 | 所有成员列表
EMCircleChannelAttribute类 参考
类 EMCircleChannelAttribute 继承关系图:

属性

NSString * name
 
NSString * desc
 
NSString * ext
 
int32_t maxUsers
 
EMCircleChannelType type
 
NSString * rtcChannelId
 

属性说明

◆ desc

- (NSString*) desc
readwritenonatomiccopy

频道描述。

◆ ext

- (NSString*) ext
readwritenonatomiccopy

频道自定义的扩展数据。

◆ maxUsers

- (int32_t) maxUsers
readwritenonatomicassign

频道的最大成员数量。

  • 对于语聊频道,该属性的取值范围为 [1,20],默认值为 8
  • 对于文字频道,该属性的取值范围为 [1,2000],默认值为 2000

◆ name

- (NSString*) name
readwritenonatomiccopy

频道名称。

◆ rtcChannelId

- (NSString*) rtcChannelId
readwritenonatomiccopy

RTC 频道 ID。该参数仅在创建语聊频道时需设置。若不设置,服务器使用创建的语聊频道的 ID 作为该参数的值返回。

◆ type

- (EMCircleChannelType) type
readwritenonatomicassign

频道类型。详见 EMCircleChannel#EMCircleChannelType


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