I am using jitsi meet sdk for video conferencing app. But i can't get they recent participant or history. In original jitsi meet android app had recent option. I don't know how to get that.
Asked
Active
Viewed 259 times
0
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Dec 10 '21 at 08:19
1 Answers
0
I'm not sure how to could that in code, but here is a way to do it:
Create A File and name it the current time
Create a window for choosing what time the participants were present using Java swing. (a menu) with a help of a button.
Print All The Participants Using A loop to the file
Link each menu item to the file with the text name of the file without file extension.
Keep Doing All This Steps (1-4)in A Loop until the meeting ends.
For more ideas, get some reference from other Apps like Google Meet and Zoom.

Nimantha
- 6,405
- 6
- 28
- 69
-
Thank you for your respectable comment. but i can't get all of participant. – app dev Dec 05 '21 at 11:45
-