Function to generate ChatRoom Id:
function generate_chatRoom_id(id1, id2) {
const sorted = [id1, id2].sort();
const id = sorted[0] + sorted[1];
return id;
}
Function to generate ChatRoom Id:
function generate_chatRoom_id(id1, id2) {
const sorted = [id1, id2].sort();
const id = sorted[0] + sorted[1];
return id;
}
For further actions, you may consider blocking this person and/or reporting abuse
Velan<> -
sharathchandark -
Steve Smith -
Varun Kelkar -
Top comments (0)