when i end call it returns to an white screen
can any one help?
video descripe my case:
video describe my problem
note : i setWelcomePageEnabled() to false in :
this.userInfo = new JitsiMeetUserInfo(); try { URI uri = new URI(myImages); URL url = uri.toURL(); userInfo.setAvatar(url); } catch (Exception e) { e.printStackTrace(); } userInfo.setDisplayName(myNames); userInfo.setEmail(currentUserEmail);
JitsiMeetConferenceOptions options = new JitsiMeetConferenceOptions.Builder()
.setRoom(ShortLinks).setWelcomePageEnabled(false).setUserInfo(userInfo)
.build();
view.join(options);
Toast.makeText(this, “Please Wait”, Toast.LENGTH_SHORT).show();
setContentView(view);
and there is no call back to end or destroy the call activity.