sdkdemoapp3.0_android icon indicating copy to clipboard operation
sdkdemoapp3.0_android copied to clipboard

Results 8 sdkdemoapp3.0_android issues
Sort by recently updated
recently updated
newest added

java.lang.RuntimeException:Unable to start receiver .ease.receiver.StartServiceReceiver: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.hyphenate.chat.EMChatService (has extras) }: app is in background uid UidRecord{604ec63 u0a185 SVC idle procs:2 proclist:16170,16244, seq(0,0,0)} 可以直接把这个StartServiceReceiver...

会话列表实现侧滑菜单:会话置顶、设置已读/未读、会话删除

注册时出现错误:code : 208 ,description : Registration failed. 注册模式:选择的是 开放注册 ![图片](https://user-images.githubusercontent.com/19585108/61974395-01a87900-b019-11e9-95b2-76300ef2c20f.png) 注册代码写在IO线程中 GlobalScope.launch(Dispatchers.Main) { try { withContext(Dispatchers.IO) { LogUtils.d("当前线程: ${Thread.currentThread().name} ") EMUtils.getInstance().createAccount(userName, passWord) } ...... } catch (e: HyphenateException) { LogUtils.e("code...

`app/build.gradle` 里包含 `implementation project(':easeui')` 但是项目里却没有`easeui`, 总不能还要单独去另一个仓库下载?

多人视频会议声音很渣,如果靠得很近声音会很刺耳?