This commit is contained in:
2021-01-20 21:51:15 +08:00
parent 29f2f2f7ef
commit 52a82c50ab
10 changed files with 114 additions and 43 deletions

View File

@@ -249,6 +249,8 @@ public class SipEngine implements BluetelInterface {
*/
public void GoToInCall(Context context, String callnumber, String callstate, int calltype, int callid) {
Intent intent = null;
logmy.e("GoToInCall==============" + isMeetingCall(callnumber) +"==="+ System.currentTimeMillis());
if (isMeetingCall(callnumber)) {
intent = new Intent(context, InCallMeetingActivity.class);
} else {