修復一些測試反饋問題

This commit is contained in:
2023-11-03 16:28:27 +08:00
parent 83758f39b1
commit c42c757001
10 changed files with 16 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ public class CallClientManager {
}
public boolean isCalling() {
return RongCallClient.getInstance() != null && RongCallClient.getInstance().getCallSession() != null;
return RongCallClient.getInstance() != null && RongCallClient.getInstance().getCallSession().getSessionId() != null;
}
public boolean isCallVideo(RongCallSession callSession) {