lib-jitsi-meet icon indicating copy to clipboard operation
lib-jitsi-meet copied to clipboard

Added the email to JitsiParticipant:getIdentity

Open andywangevertz opened this issue 4 years ago • 6 comments

I have the same as issue as the request from https://github.com/jitsi/jitsi-meet/issues/5677.

The following is the simple fix/workaround as currently we don't really use the _identity in JitsiParticipant so just re-use it for the email.

andywangevertz avatar Nov 02 '20 20:11 andywangevertz

Hi, thanks for your contribution! If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

jitsi-jenkins avatar Nov 02 '20 20:11 jitsi-jenkins

for which api it will work like getEmail, getParticipantsInfo etc.? I'm using getEmail but it's not working☹️

shubhamsharma4587 avatar Dec 15 '20 09:12 shubhamsharma4587

for which api it will work like getEmail, getParticipantsInfo etc.? I'm using getEmail but it's not working☹️

Try getIdentity() to see if it works..

andywangevertz avatar Dec 15 '20 14:12 andywangevertz

I tried api.getIdentity(participant_id) but its not working.

shubhamsharma4587 avatar Dec 16 '20 04:12 shubhamsharma4587

This fix is currently in lib-jitsi-meet level only and it will need some work/hook-up on the api level ( I would assume you are using external api) for api.getIdentity or api.getEmail to work.

andywangevertz avatar Dec 16 '20 19:12 andywangevertz

Could you please provide API level changes as well because its tricky to identify where we need to do change

shubhamsharma4587 avatar Dec 17 '20 07:12 shubhamsharma4587