-
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.
Merge branch 'signaling-2.2.2-milestone' of https://github.com/AgoraI…
…O/Docs-Source into staging
- Loading branch information
Showing
139 changed files
with
9,470 additions
and
1,030 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
2 changes: 1 addition & 1 deletion
2
shared/signaling/add-event-listener/project-implementation/linux-cpp.mdx
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
2 changes: 1 addition & 1 deletion
2
shared/signaling/authentication-workflow/project-implementation/linux-cpp.mdx
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<PlatformWrapper platform="linux-cpp"> | ||
<PlatformWrapper platform="linux-cpp, windows"> | ||
|
||
### Login with a token | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
shared/signaling/authentication-workflow/reference/linux-cpp.mdx
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<PlatformWrapper platform="linux-cpp"> | ||
<PlatformWrapper platform="linux-cpp, windows"> | ||
|
||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<PlatformWrapper platform={['ios','macos']}> | ||
import ChannelTypes from './channel-types-22x.mdx' | ||
|
||
<ChannelTypes channelType="AgoraRtmChannelTypeUser" messageEvent="didReceiveMessageEvent" /> | ||
<ChannelTypes channelType="user" messageEvent="didReceiveMessageEvent" /> | ||
|
||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<PlatformWrapper platform='android'> | ||
import CreateChannel from './common.mdx' | ||
|
||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="StreamChannel" join="join" /> | ||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="StreamChannel" /> | ||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
For message channels, you do not need to define or create a channel before using it. When you send a message or subscribe to a message channel for the first time, <Vg k="SIG" /> automatically creates the channel for you. | ||
|
||
When using stream channels, although a channel is essentially ready-to-use, you must explicitly call the <code>{props.createStreamChannel}</code> method to create an instance of a <code>{props.streamChannel}</code> object, before you call the <code>{props.join}</code> method to join the channel. | ||
When using stream channels, although a channel is essentially ready-to-use, you must explicitly call the <code>{props.createStreamChannel}</code> method to create an instance of a <code>{props.streamChannel}</code> object, before joining the channel. |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<PlatformWrapper platform='linux-cpp'> | ||
import CreateChannel from './common.mdx' | ||
|
||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="IStreamChannel" join="join" /> | ||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="IStreamChannel" /> | ||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<PlatformWrapper platform={['ios','macos']}> | ||
import CreateChannel from './common.mdx' | ||
|
||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="AgoraRtmStreamChannel" join="joinWithOption" /> | ||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="AgoraRtmStreamChannel" /> | ||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<PlatformWrapper platform='unity'> | ||
import CreateChannel from './common.mdx' | ||
|
||
<CreateChannel createStreamChannel="CreateStreamChannel" streamChannel="IStreamChannel" join="JoinAsync" /> | ||
<CreateChannel createStreamChannel="CreateStreamChannel" streamChannel="IStreamChannel" /> | ||
</PlatformWrapper> |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<PlatformWrapper platform='web'> | ||
import CreateChannel from './common.mdx' | ||
|
||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="RTMStreamChannel" join="join" /> | ||
<CreateChannel createStreamChannel="createStreamChannel" streamChannel="RTMStreamChannel" /> | ||
</PlatformWrapper> |
2 changes: 1 addition & 1 deletion
2
shared/signaling/client-configuration/project-implementation/linux-cpp.mdx
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
Oops, something went wrong.