You can send user name and alias name in userID object. Here is the code in Jitsi meet.
this.userID = {
aliasName: Strophe.getResourceFromJid(jingleSession.room.myroomjid),
userName: Settings.getCallStatsUserName()
};
Comments
0 comments
Please sign in to leave a comment.