fix(tests): bring back APP.conference.listMembers
This commit is contained in:
parent
a4333d3a80
commit
5feaa421a8
|
@ -944,6 +944,16 @@ export default {
|
|||
return user && user.isModerator();
|
||||
},
|
||||
|
||||
/**
|
||||
* Retrieve list of conference participants (without local user).
|
||||
* @returns {JitsiParticipant[]}
|
||||
*
|
||||
* NOTE: Used by jitsi-meet-torture!
|
||||
*/
|
||||
listMembers() {
|
||||
return room.getParticipants();
|
||||
},
|
||||
|
||||
get membersCount() {
|
||||
return room.getParticipants().length + 1;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue