Feature/2792 function accounts s1

This commit is contained in:
Frank Rotermund
2022-05-30 15:54:26 +00:00
parent 77e4648f24
commit 8ce76b722d
16 changed files with 459 additions and 9 deletions
@@ -60,6 +60,16 @@
*/
NSMutableArray<Contact*> *invitedParticipants;
/**
The current list of joined members.
*/
NSMutableArray<Contact*> *adminParticipants;
/**
The current list of joined members.
*/
NSMutableArray<Contact*> *modParticipants;
/**
The contact used to describe the current user (nil if the user is not a participant of the room).
*/