-
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.
- Loading branch information
Showing
143 changed files
with
2,885 additions
and
1,126 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: "[Internal] Milestone management" | ||
description: Checklist for milestone tasks | ||
title: "[Internal] Milestone management" | ||
labels: 'Enhancement' | ||
assignees: atovpeko | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "❗️ This Issue template is for Agora use only ❗️" | ||
|
||
- type: textarea | ||
attributes: | ||
label: Details | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: tasks | ||
attributes: | ||
label: "Take the following project management steps to fulfill this milestone:" | ||
options: | ||
- label: "Run the full scope of the proposed EN doc updates by the PO" | ||
required: false | ||
- label: "Merge all PRs and close relevant tickets when the work is done" | ||
required: false | ||
- label: "Create and share a Vercel instance for review and stakeholder signoff" | ||
required: false | ||
- label: "Implement comments from stakeholders until fully resolved" | ||
required: false | ||
- label: "Publish updates to https://docs.agora.io/en/" | ||
required: false | ||
- label: "Inform the stakeholders" | ||
required: false | ||
- label: "Close the milestone" | ||
required: false |
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
71 changes: 0 additions & 71 deletions
71
.github/ISSUE_TEMPLATE/rewrite-a-document-according-to-the-new-architecture.md
This file was deleted.
Oops, something went wrong.
74 changes: 74 additions & 0 deletions
74
.github/ISSUE_TEMPLATE/rewrite-a-document-according-to-the-new-architecture.yaml
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 |
---|---|---|
@@ -0,0 +1,74 @@ | ||
name: "[Internal] Rewrite a document according to the new architecture" | ||
description: Describe this issue template's purpose here. | ||
title: "Rewrite the '<Doc Title>' doc in POC3 style" | ||
labels: 'Enhancement' | ||
assignees: saudsami | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "❗️ This Issue template is for Agora use only ❗️" | ||
|
||
- type: textarea | ||
id: business_case | ||
attributes: | ||
label: Business case | ||
value: | | ||
The POC3 reference app simplifies the integration process of Video SDK. Clients can simply clone the code repository to experience and test product features. Add code for the implementation of **Document title** to the `video-sdk-samples-<platform>` code repository. Update the document to POC3 style and include the updated code. Use conditional blocks, where required, to create variants for Interactive live streaming, Broadcast Streaming, and Voice calling | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: subject_matter_expert | ||
attributes: | ||
label: Subject Matter Expert | ||
value: | | ||
- Technical: Saud | ||
- Language: Anastasia | ||
- PM: Max (only if essential) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: scope | ||
attributes: | ||
label: Scope | ||
placeholder: | | ||
The products and documents to be updated: | ||
* The code repository for your platform. | ||
* The README file in the sample code folder. | ||
* The Video calling document for the feature: <document-link> | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: platforms | ||
attributes: | ||
label: Platforms | ||
placeholder: | | ||
- [Android](https://github.com/AgoraIO/video-sdk-samples-android) - Saud | ||
- [iOS](https://github.com/AgoraIO/video-sdk-samples-ios) - Dasun | ||
- [Web](https://github.com/AgoraIO/video-sdk-samples-js) - Kishan | ||
> ... (and similarly for all other platforms) | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: acceptance_criteria | ||
attributes: | ||
label: Acceptance criteria | ||
placeholder: | | ||
* The code uses best practices, runs without errors, and demonstrates the product feature. | ||
* The documentation is technically correct, easy to use, follows the template structure, and follows the Google Developer Style Guide. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional_valuable_information | ||
attributes: | ||
label: Additional valuable information | ||
placeholder: | | ||
* Branch from and merge to the milestone branch. | ||
* Use the same branch name in the code and docs repositories | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'TCP/TLS IP allowlist' | ||
sidebar_position: 7 | ||
type: docs | ||
description: > | ||
Describes the TCP/TLS IP allowlist function | ||
--- | ||
|
||
import IpAllowlist from '@docs/shared/chat-sdk/reference/_ip_allowlist.mdx'; | ||
|
||
export const toc = [{}]; | ||
|
||
<IpAllowlist PRODUCT="Chat" COMPANY="Agora" SDK="Chat SDK" CLIENT="app" /> |
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,13 +1,13 @@ | ||
--- | ||
title: 'IP whitelist' | ||
title: 'RESTful API IP whitelist' | ||
sidebar_position: 6 | ||
type: docs | ||
description: > | ||
Describes the IP whitelist function | ||
Describes the RESTful API IP whitelist function | ||
--- | ||
|
||
import IpWhitelist from '@docs/shared/chat-sdk/reference/_ip_whitelist.mdx'; | ||
|
||
export const toc = [{}]; | ||
|
||
<IpWhitelist PRODUCT="Chat" COMPANY="Agora" SDK="Chat SDK" CLIENT="app" /> | ||
<IpWhitelist PRODUCT="Chat" COMPANY="Agora" SDK="Chat SDK" CLIENT="app" /> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'Cross-border dedicated proxy' | ||
sidebar_position: 7 | ||
type: docs | ||
description: > | ||
Describes the cross-border dedicated proxy function | ||
--- | ||
|
||
import CrossBorderProxy from '@docs/shared/chat-sdk/develop/_cross_border_proxy.mdx'; | ||
|
||
export const toc = [{}]; | ||
|
||
<CrossBorderProxy PRODUCT="Chat" COMPANY="Agora" SDK="Chat SDK" CLIENT="app" /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 KB
(72%)
assets/images/flexible-classroom/configure-whiteboard-feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
12 changes: 12 additions & 0 deletions
12
extensions-marketplace/develop/integrate/dubbing-voice-changer.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Dubbing AI Voice Changer" | ||
sidebar_position: 3 | ||
type: docs | ||
description: > | ||
Dubbing AI Voice Changer extension is an encapsulation of the core API of real-time AI voice conversion. | ||
--- | ||
export const toc = [{}]; | ||
|
||
import DubbingVoiceChanger from '@docs/shared/extensions-marketplace/dubbing-voice-changer/index.mdx'; | ||
|
||
<DubbingVoiceChanger /> |
Oops, something went wrong.