AgoraIO/Voice-Call-for-Mobile-Gaming

使用Cocos Creator V2.0.9模擬器測試問題

ccd920 opened this issue · 2 comments

使用Cocos Creator V2.0.9模擬器進行測試,
js-agora.js裡面的驗證會跑:
if ((typeof agoraCreator) === "undefined") && ((typeof AgoraRTC) === "undefined"){...}
但內部方法都是空的,
是否應該跑:
if ((typeof agoraCreator) !== "undefined") {...}呢?
那要取得agoraCreator、agoraCreatorInst資料有需要多下載哪些檔案嗎?

DEMO目錄:
Voice-Call-for-Mobile-Gaming/Basic-Voice-Call-for-Gaming/Hello-CocosCreator-Voice-Agora/

目標是以Cocos Creator Build成APK使用。
image

您可以使用 Cocos Creator 打开该 Demo, 然后打开 Cocos Creator 服务窗口上的 Agora 服务,会帮您自动集成 Agora 服务。 然后填入 appId , 然后再 导出 Android 项目。

已成功導出,謝謝您。