joinGroup

功能介绍

加入群组

注意:

当在web端时,加入直播群时groupType字段必填

参数详解

参数名称 参数类型 是否必填 描述
groupID String 需要加入群组 ID
message String 加群申请信息
groupType GroupType 群类型

返回值

V2TimCallback

{
    code : int
    desc : String
}

返回值详解

名称 数值类型 描述
code int 请求结果错误码
desc String 请求结果描述

代码示例

    // 加入群组
    V2TimCallback joinGroupRes = await TencentImSDKPlugin.v2TIMManager
        .joinGroup(
          groupID: "groupID",// 需要加入群组 ID
          message: "hello", // 加群申请信息
          groupType: "Public");// 群类型
    if (joinGroupRes.code == 0) {
      // 加入成功
    }

results matching ""

    No results matching ""