We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a687e2 + 1439f1f commit 0378485Copy full SHA for 0378485
docs/document/android/easecallkit.md
@@ -140,6 +140,7 @@ callKitConfig.setRingFile(ringFile);
140
//设置呼叫超时时间,单位为秒。
141
callKitConfig.setCallTimeOut(30 * 1000);
142
//设置声网的 appId。
143
+callKitConfig.setAgoraAppId("xxxxxxxxxxxxxxx");
144
Map<String, EaseCallUserInfo> userInfoMap = new HashMap<>();
145
userInfoMap.put("***",new EaseCallUserInfo("****",null));
146
callKitConfig.setUserInfoMap(userInfoMap);
0 commit comments