Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why c# code is using _uid as _channelName RTM Token generation c# #332

Closed
Harsh-U-Joshi opened this issue May 8, 2023 · 2 comments
Closed

Comments

@Harsh-U-Joshi
Copy link

Harsh-U-Joshi commented May 8, 2023

In Repository code for C#
RtmTokenTest class we are passing uid as channel name in AccessToken class constructor what is purpose of that can anyone explain this. Same code also available in RtmTokenBuilderTest class.
Thank you for any kind help

@sunshinexcode
Copy link
Contributor

@Harsh-U-Joshi
The design of RTM Token 006 version is like this, but version 007 doesn't have this problem. We recommend using the latest 007 version.

Refer to https://github.com/AgoraIO/Tools/blob/master/DynamicKey/AgoraDynamicKey/csharp/src/AgoraIO/TokenBuilders/RtmTokenBuilder2.cs

@Harsh-U-Joshi
Copy link
Author

Harsh-U-Joshi commented Jun 8, 2024

@sunshinexcode
Okay. Thanks for reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants