You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
I have been in this issue for days, and I tried everything I know
here is the method that return always 0
`public int getNumberOfJoinedMembers() {
if (getDataHandler().isLazyLoadingEnabled()) {
RoomSummary roomSummary = getRoomSummary();
this method called when I try to make voice call
I have called all methods to make sure it loads room member and it loads it
I tried
and all of them return correct data, but after that when I call createCallInRoom I always get error because number of joined members = 0
room summary is always = null
can anyone help please ?
The text was updated successfully, but these errors were encountered: