Skip to content

Commit

Permalink
rtm-release-date-and-stream-channel-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami committed Dec 19, 2024
1 parent 5749bdc commit 54709a4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion shared/signaling/release-notes/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more information, see [How do I handle issues when integrating the Signaling

### v2.2.2

v2.2.2 was released on December XX, 2024.
v2.2.2 was released on December 13, 2024.

#### Compatibility changes

Expand Down
2 changes: 1 addition & 1 deletion shared/signaling/release-notes/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For more information, see [How do I handle issues when integrating the Signaling

### v2.2.2

v2.2.2 was released on December X, 2024.
v2.2.2 was released on December 13, 2024.

<Tabs groupId="language">
<TabItem value="swift" label="Swift" default>
Expand Down
2 changes: 1 addition & 1 deletion shared/signaling/release-notes/linux-cpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Starting from 2.2.0, the Signaling SDK and Video SDK (version 4.3.0 or later) bo

### v2.2.2

v2.2.2 was released on December X, 2024.
v2.2.2 was released on December 13, 2024.

#### Compatibility changes

Expand Down
2 changes: 1 addition & 1 deletion shared/signaling/release-notes/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as lock from '@docs/shared/signaling/reference/api-ref/shared/_lock.mdx

### v2.2.1

v2.2.1 was released on December XX, 2024.
v2.2.1 was released on December 13, 2024.

#### New features

Expand Down
25 changes: 15 additions & 10 deletions shared/signaling/stream-channel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 54709a4

Please sign in to comment.