' + attendee.userID + ' | ' + attendee.fullName + ' | ' + attendee.role + ' |
'
// if there is a new row to be added, then add to the new rows array to display it with a flash effect.
if ($("#" + tableRowId).length == 0) {
newRows[newRows.length] = tableRowId;
}
numberOfRows++;
if (attendee == meeting.attendees.attendee) break;
}
}
tableContent += '