Closed ghost closed 1 year ago
Looks like the participant name was added in v0.15.2: https://github.com/livekit/livekit/releases/tag/v0.15.2
I'll update to the latest livekit version soon!
Looks like the participant name was added in v0.15.2: https://github.com/livekit/livekit/releases/tag/v0.15.2
I'll update to the latest livekit version soon!
thanks for your quick reply that would be awesome, thank you :)
@crisrat Just released v0.4.0. Let me know if it works for you.
Already in use Works as expected Thank you so much
On Thu, 1 Dec 2022, 21:38 Alex Mohr, @.***> wrote:
@crisrat https://github.com/crisrat Just released v0.4.0. Let me know if it works for you.
— Reply to this email directly, view it on GitHub https://github.com/tradablebits/livekit-server-sdk-python/issues/1#issuecomment-1334480518, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGKRGPJFGKFE5N3TZ5ZPQTWLELELANCNFSM6AAAAAASRBQUYU . You are receiving this because you were mentioned.Message ID: @.***>
Hi and thanks for making this I'm using it and works fine for me Wanted to ask if I'm missing something or this feature isn't supported:
When you create a token, along with the identity and other stuff, you can also give that user a name (in the participant info) https://docs.livekit.io/server/room-management/#participantinfo
That name is used in the front-end
displayName = participant.name || participant.identity;
But I don't see anywhere in this package thename
For example, this php package seems to have ithttps://github.com/agence104/livekit-server-sdk-php/blob/f6965a4d593356ffa762648c4acbb2cbfe048251/src/AccessToken.php#L89
I presume it's a new feature of livekit, perhaps