查询房间用户设备信息

Example

POST getequipment

https://global.talk-cloud.net/WebAPI/getequipment

参数

参数名 是否必填 类型 说明
key String 企业Key
serial String 房间编号:选填(该字段和thirdroomid必须至少填写一个)
thirdroomid String 用户自定义房间号:选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段
参数名 类型 备注
result String 0:成功 -1:暂无数据
serial String 房间号
companyid String 企业id
peerid String 当前用户ID
peername String 当前用户在房间中的昵称
peerrole Int 当前用户在房间中的角色
ip String 当前用户局域网出口IP
routename String 上课使用线路
country String 当前用户所在国家
region String 当前用户所在地区
city String 当前用户所在城市
osversion String 操作系统版本
devicemodel String 设备型号
sdkversion String SDK版本号
uiversion String UISDK版本号
videousable Bool 是否有视频设备
audiousable Bool 是否有音频设备
audiooutput String 音频输出设备
audioinput String 音频输入设备
videoinput String 视频输入设备
appinfo String APP信息
statistical.time Int 时间戳

返回示例

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "result":0,
    "data":[
        {
            "_id": {
                "$oid": "654a0e3c7f4f05479372da54"
            },
            "companyid": "123123",
            "serial": "123123123",
            "peerid": "f2a8008f-62e7-4f80-962b-80264ab2a753",
            "peername": "123123123",
            "peerrole": 2,
            "ip": "175.132.197.59",
            "routename": "bjp",
            "isp": "KDDI CORPORATION",
            "country": "中国",
            "region": "北京",
            "city": "北京",
            "osversion": "Android EMUI EmotionUI_8.0.0",
            "devicemodel": "BAH2-W19",
            "sdkversion": "4.1.4.6",
            "uiversion": "4.15.2.0",
            "videousable": true,
            "audiousable": true,
            "audiooutput": "Built-in Speaker",
            "audioinput": "Built-in Microphone",
            "videoinput": "Camera 1, Facing front, Orientation 270",
            "appinfo": "",
            "statistical": {
                "time": 1699352124
            }
        }
    ]
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号