仓库初始化
This commit is contained in:
13
extend/shengwang/sample/README.md
Normal file
13
extend/shengwang/sample/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
- **RtcTokenBuilder.php**: Source code for generating a token for the following SDKs:
|
||||
- Agora Native SDK v2.1+
|
||||
|
||||
- Agora Web SDK v2.4+
|
||||
|
||||
- Agora Recording SDK v2.1+
|
||||
|
||||
- Agora RTSA SDK
|
||||
|
||||
> The Agora RTSA SDK supports joining multiple channels. If you join multiple channels at the same time, then you MUST generate a specific token for each channel you join.
|
||||
|
||||
- **RtmTokenBuilder.php**: Source code for generating a token for the Agora RTM SDK.
|
||||
- **AccessToken.php**: Implements all the underlying algorithms for generating a token. Both **RtcTokenBuilder.php** and **RtmTokenBuilder.php** are a wrapper of **AccessToken.php** and have much easier-to-use APIs. We recommend using **RtcTokenBuilder.php** for generating an RTC token or **RtmTokenBuilder.php** for an RTM token.
|
||||
Reference in New Issue
Block a user