jwtPayload property

LiveKitJwtPayload? get jwtPayload

Decode the participant token and return the parsed payload, if valid.

Implementation

LiveKitJwtPayload? get jwtPayload => LiveKitJwtPayload.fromToken(participantToken);