AgoraIO-Usecase / Video-Calling

Calling Interface + Connection Service on top of Agora RTM + RTC for Video Calling Example
MIT License
60 stars 43 forks source link

android工程缺少agora-rtm-sdk.jar包 #14

Open chenxi0203 opened 4 years ago

plutoless commented 4 years ago

您好,需要去官网先下载一下对应的RTM sdk https://docs.agora.io/cn/Agora%20Platform/downloads

chenxi0203 commented 4 years ago

您好,需要去官网先下载一下对应的RTM sdk https://docs.agora.io/cn/Agora%20Platform/downloads

下载好后集成时呼叫邀请没反应,返回的ErrorInfo信息:errorCode = 102 errorDesc = QUERY_PEERS_ONLINE_STATUS_ERR_USER_NOT_LOGGED_IN,怎么解决?

plutoless commented 4 years ago

意思就是您要拨打的用户没有从远端登陆

chenxi0203 commented 4 years ago

意思就是您要拨打的用户没有从远端登陆

调用login方法报RTM ERROR 5 LOGIN_ERR_INVALID_TOKEN(token无效),但是token是我在网站申请用的临时token,这样不行嘛?

plutoless commented 4 years ago

那个临时token是给RTC用的,RTM的token生成可以参考一下这里 https://docs.agora.io/cn/Real-time-Messaging/rtm_token?platform=All%20Platforms#%E9%83%A8%E7%BD%B2-rtm-token-generator