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

add windows tutorial #13

Closed
wants to merge 14 commits into from
Closed

add windows tutorial #13

wants to merge 14 commits into from

Conversation

oyxdsn
Copy link
Contributor

@oyxdsn oyxdsn commented May 15, 2019

No description provided.

time_t ltime;
time(&ltime);
int expiredSecond = ltime + 3600;
std::string channelKey = "_no_need_token";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_no_need_token RTM 是否支持?

AppID=
AppCertificatedId=
```
The user can generate a tokenID based on the AppCertificateID, and the tokenID can also be '_no_need_token'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_no_need_token ?

AppID=
AppCertificatedId=
```
- 用户可以根据 AppCertificateID 生成 tokenID, tokenID也可以为 "_no_need_token".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_no_need_token ?

Copy link
Contributor

@PRWrl PRWrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_no_need_token 是老信令的特性,RTM需要确认下是否支持

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

Successfully merging this pull request may close these issues.

2 participants