Skip to content

Commit 1439f1f

Browse files
author
haoxiuwen
committed
Modify Android Callkit Doc
1 parent 241f19b commit 1439f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/document/android/easecallkit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ callKitConfig.setRingFile(ringFile);
140140
//设置呼叫超时时间,单位为秒。
141141
callKitConfig.setCallTimeOut(30 * 1000);
142142
//设置声网的 appId。
143+
callKitConfig.setAgoraAppId("xxxxxxxxxxxxxxx");
143144
Map<String, EaseCallUserInfo> userInfoMap = new HashMap<>();
144145
userInfoMap.put("***",new EaseCallUserInfo("****",null));
145146
callKitConfig.setUserInfoMap(userInfoMap);

0 commit comments

Comments
 (0)