lib-jitsi-meet
lib-jitsi-meet copied to clipboard
Added the email to JitsiParticipant:getIdentity
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.
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 :(.
for which api it will work like getEmail, getParticipantsInfo etc.? I'm using getEmail but it's not working☹️
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..
I tried api.getIdentity(participant_id) but its not working.
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.
Could you please provide API level changes as well because its tricky to identify where we need to do change