jitsi / handbook

The Jitsi Handbook
https://jitsi.github.io/handbook/
Apache License 2.0
186 stars 460 forks source link

Misleading description for userInfo API object? #462

Closed JonasDoe closed 1 year ago

JonasDoe commented 1 year ago

At two places, in docs/dev-guide/iframe.md and in docs/dev-guide/react-sdk.md, the documentation about the userInfo parameter states that these are information "about the participant starting the meeting". I figure, it's the information for any participant, not only the one starting the meeting? Or is there another place to set the currrent participant's user name?

saghul commented 1 year ago

That's right it's the information about the current participant, regardless of who started the meeting.

JonasDoe commented 1 year ago

Thanks for the response - shall I create a PR with the adjustment or isn't it worth it?

saghul commented 1 year ago

That would be very helpful yeah!