jwtPayload property
Decode the participant token and return the parsed payload, if valid.
Implementation
LiveKitJwtPayload? get jwtPayload => LiveKitJwtPayload.fromToken(participantToken);
Decode the participant token and return the parsed payload, if valid.
LiveKitJwtPayload? get jwtPayload => LiveKitJwtPayload.fromToken(participantToken);