The VIP feature elevates the voices that matter most in your sports community. By highlighting influencers, professional athletes, expert commentators, and celebrity fans, this feature creates an engaging environment where expert insights and analysis stand out from the crowd.
The VIP feature is perfect for showcasing:
When these voices participate in your chat, users instantly recognize their expertise through distinctive VIP styling, making it easy to follow professional commentary, match analysis, and valuable betting insights.
To enable VIP status for a user, set the userType property to 'VIP' in your JWT token payload.
The VIP feature provides the following visual enhancements:

Include the userType field in your JWT token with the value 'VIP' to grant VIP status to a user.
For more information on JWT authentication, see the JWT Authentication documentation.
JWT Token Payload Example:
{
"userId": "user123",
"username": "JohnDoe",
"userType": "VIP"
}