Fix removing reconnect indicator from usernames when counting participants

This commit is contained in:
Calvin Walton 2020-06-24 11:23:59 -04:00
parent fdaf29ad85
commit 26f5450245

View File

@ -36,11 +36,11 @@ module BigBlueButton
userId = joinEvent.at_xpath("userId").text
#removing "_N" at the end of userId
userId.gsub(/_\d*$/, "")
userId.gsub!(/_\d*$/, "")
participants_ids.add(userId)
end
return participants_ids.length
participants_ids.length
end
# Get the meeting metadata