in src/global_map.js [16:21]
async function getAllParticipantsIds() {
const myParticipantId = (await Participants.self).id
const allParticipantsIds = await getAllPeersIds()
allParticipantsIds.push(myParticipantId)
return allParticipantsIds
}