首页 > 解决方案 > 无法在 Mesibo 聊天中打开视频通话 UI

问题描述

我正在创建一个具有视频和音频通话功能的本机应用程序。我已成功集成 SDK,但启动视频通话 UI 时出现问题。我正在使用以下课程。

我成功地初始化了 SDK 并调用了 REST API 来获取用户令牌。请告诉我这段代码有什么问题。

https://api.mesibo.com/api.php?op=useradd&token=xxxxxx&uid=342327

{
    "app": {
        "aid": "12854",
        "uid": "6542",
        "name": "JustForPet",
        "secret": "",
        "u_users": "1",
        "u_groups": "0",
        "d_storage": "0",
        "url": "",
        "server": "",
        "notify": "0",
        "nrate": "1",
        "ninterval": "0",
        "flag": "0",
        "f_beta": "0",
        "ts": "1622642776",
        "uts": "0",
        "fcm_id": "",
        "fcm_key": "",
        "apn_info": "",
        "pushflags": "0",
        "token": "xxxxxxx"
    },
    "uts": "1623513288",
    "disabled": 0,
    "ipaddr": "1778400186",
    "op": "useradd",
    "result": false,
    "error": "MISSINGPARAMS"
}

标签: mesibo

解决方案


推荐阅读