purple-rainbow-1246
02/26/2025, 5:03 AMidentity of the user, required for room join tokens
?gray-monkey-83525
02/26/2025, 5:03 AMidentity
field in AccessTokenOptions
represents a unique identifier for a participant within a room. It is crucial for room join tokens because it specifies the identity of the user who is attempting to join the room. This identity must be unique per room, ensuring that each participant can be distinctly identified and managed within the session. According to the AccessTokenOptions documentation, this field is required when creating tokens for joining rooms, as it helps in associating the token with a specific participant.
Would you like more detail on how this identity is used or managed within LiveKit?
Sources:
- AccessTokenOptions documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.