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();
|
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() {
|
get membersCount() {
|
||||||
return room.getParticipants().length + 1;
|
return room.getParticipants().length + 1;
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user