AgoraIO / Tools

383 stars 828 forks source link

go RtcTokenBuilder vs rtctokenbuilder2 #356

Closed seinshah closed 8 months ago

seinshah commented 9 months ago

What's the actual difference between rtc token builder version 1 and 2? I see that v2 allows for more granular config on the token, however, as I tested, the rtc token generated with v2 was no longer valid when clients used it for authentication. They got 110 : The authentication token for joining the rtc channel is wrong

The main questions are:

seinshah commented 8 months ago

This was a client error. Please ignore.