-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtm-release-date-and-stream-channel-activation
- Loading branch information
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,22 +21,27 @@ Ensure that you have: | |
|
||
* Integrated the <Vpd k="SDK" /> in your project, and implemented the framework functionality from the [SDK quickstart](../get-started/sdk-quickstart) page. | ||
|
||
* Activated stream channel capability in <Link to="{{Global.AGORA_CONSOLE_URL}}"><Vg k="CONSOLE" /></Link>. To do so, go to **Projects** > Edit project > **All features** > **Signaling** > **Stream channel configuration** and toggle to enable. | ||
* Activated the stream channel capability. | ||
|
||
![](/images/signaling/enable-stream-channel.png) | ||
{/* in <Link to="{{Global.AGORA_CONSOLE_URL}}"><Vg k="CONSOLE" /></Link>. | ||
To do so, go to **Projects** > Edit project > **All features** > **Signaling** > **Stream channel configuration** and toggle to enable. | ||
<Admonition type="caution" title="Important"> | ||
![](/images/signaling/enable-stream-channel.png) | ||
**Stream Channel Activation Requirements** | ||
*/} | ||
|
||
Please note that the activation of Stream Channel functionality in Signaling directly depends on the activation of the 128-host feature in Real-Time Communication (RTC). To ensure proper activation: | ||
<Admonition type="caution" title="Important"> | ||
|
||
- Submit a formal request to [[email protected]](mailto:[email protected]). | ||
- Specifically request activation of the 128-host feature. | ||
- Wait for confirmation before implementing Stream Channel features. | ||
**Stream channel activation requirements** | ||
|
||
For further assistance or questions regarding this requirement, please contact Agora Support. | ||
</Admonition> | ||
Please note that the activation of Stream Channel functionality in Signaling directly depends on the activation of the 128-host feature in Real-Time Communication (RTC). To ensure proper activation: | ||
|
||
- Submit a formal request to [[email protected]](mailto:[email protected]). | ||
- Specifically request activation of the 128-host feature. | ||
- Wait for confirmation before implementing Stream Channel features. | ||
|
||
For further assistance or questions regarding this requirement, please contact [Agora Support](mailto:[email protected]). | ||
</Admonition> | ||
|
||
## Implement communication in a stream channel | ||
|
||
|