Global

Methods


getClientIds() → {Array.<string>}

静态方法 获取可用的SDK实例ID列表

Source:
Returns:
  • clientIds - 包含所有 ClientId 字符串的数组

    Type
    Array.<string>
  • clientIds.item - ClientId 字符串

    Type
    string
Example
// 示例:
 let clientIdArr = KRtcCilent.getClientIds();

getVersion() → {string}

静态方法 获取可用的SDK的版本号

Source:
Returns:

当前sdk的版本号,例如:V6.1.0.4.0.20210518202928

Type
string
Example
// 示例:
 KRtcClient.getVersion();

Type Definitions


DeviceInfoModel

返回结果对象

Type:
  • Object
Properties:
Name Type Description
DeviceInfoModel.success boolean

是否获取设备成功

DeviceInfoModel.data Array.<DeviceInfo>

设备列表(Array)

Properties
Name Type Description
DeviceInfo DeviceInfo

单个设备详情

Properties
Name Type Description
deviceId string

设备id

groupId string

设备 groupId

kind string

设备类型

label string

设备别名

Source: