Hello guys,
I’m currently modifying JitsiParticipant class in lib-jitsi-meet and have added a new property to it. I want to pass data in the new property and find this function which creates a new JitsiParticipant object:
https://github.com/jitsi/lib-jitsi-meet/blob/da6d04c2a35abb0162db394ec6e3a7eb85dc5961/JitsiConference.js#L1843
But I don’t know where this function is called and how to pass in data in those parameters. Please help me out.
Thanks in advance.