Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/rtc ng/4.5.0 framework #3843

Merged
merged 53 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
775331a
Update keys-rtc-ng-api-blueprint.ditamap
lemon-chen Nov 15, 2024
3d4a73d
add 4.5.0 app methods and enums
lemon-chen Nov 18, 2024
99d28f6
RN/Electron: proto 1 and 3
Nero-Hu Nov 18, 2024
f1ac001
++
Suri539 Nov 18, 2024
59754da
section 1
Suri539 Nov 18, 2024
31eb573
section 3
Suri539 Nov 18, 2024
e8ff300
Electron/RN: proto 2
Nero-Hu Nov 18, 2024
f705ae6
Merge branch 'release/rtc-ng/4.5.0-framework' of https://github.com/A…
Nero-Hu Nov 18, 2024
297eefe
add props for faceshape
Nero-Hu Nov 18, 2024
1349111
add proto
Suri539 Nov 18, 2024
2ef827a
Merge branch 'release/rtc-ng/4.5.0-framework' of github.com:AgoraIO/a…
Suri539 Nov 18, 2024
2aaa70a
add bp keys and prototype
lemon-chen Nov 19, 2024
5c6669d
change key map
lemon-chen Nov 19, 2024
e5db5a2
bp updates
lemon-chen Nov 19, 2024
f7a97b3
add area code for hamonyos
Suri539 Nov 19, 2024
f636ee1
RN: add setExternalRemoteEglContext
Nero-Hu Nov 19, 2024
a88bb65
RN/Electron: add color space
Nero-Hu Nov 19, 2024
818d059
add color space in external video frame
Suri539 Nov 19, 2024
3a62680
more color
Suri539 Nov 19, 2024
95fcaa6
bp keys and framework
lemon-chen Nov 20, 2024
22fecc1
shipei
Nero-Hu Nov 20, 2024
7379bad
fix
Nero-Hu Nov 20, 2024
7312546
450 framework
Suri539 Nov 20, 2024
f96c0da
pr review comment
lemon-chen Nov 20, 2024
19f0e76
done
Suri539 Nov 20, 2024
7254d0c
Merge branch 'release/rtc-ng/4.5.0-framework' into 4.5.0-framework-fyy
Suri539 Nov 20, 2024
2db229b
Merge pull request #3835 from AgoraIO/4.5.0-chenmeng
lemon-chen Nov 20, 2024
8d8085e
Update class_mediarecorderconfiguration.dita
Suri539 Nov 20, 2024
fbe62f0
fix
Nero-Hu Nov 20, 2024
7e8bc4c
Merge pull request #3838 from AgoraIO/4.5.0-framework-fyy
Suri539 Nov 20, 2024
53ffe6b
Merge pull request #3836 from AgoraIO/4.5.0-rnelectron
Nero-Hu Nov 20, 2024
6337543
fix advanced-beauty
Nero-Hu Nov 20, 2024
6b893e9
exclude rte
Suri539 Nov 20, 2024
29ca0e0
Merge branch 'release/rtc-ng/4.5.0-framework' of github.com:AgoraIO/a…
Suri539 Nov 20, 2024
0785662
rn: add setExternalMediaProjection
Nero-Hu Nov 20, 2024
9d7e82b
map reorg
Suri539 Nov 20, 2024
c2dcfbc
unreal and bp api
lemon-chen Nov 20, 2024
58927f3
Merge branch 'release/rtc-ng/4.5.0-framework' of https://github.com/A…
lemon-chen Nov 20, 2024
84c60ed
prototype updates
lemon-chen Nov 21, 2024
43430ff
Create RTC_NG_Release_Blueprint.ditamap
lemon-chen Nov 21, 2024
6f6d418
update unity proto
Suri539 Nov 21, 2024
caf6b1f
Merge branch 'release/rtc-ng/4.5.0-framework' of github.com:AgoraIO/a…
Suri539 Nov 21, 2024
02bf048
add props
Suri539 Nov 21, 2024
4620648
remove hide props for set/getrecordingdevicemute
Suri539 Nov 21, 2024
5401a29
Electron: add get/setRecordingDeviceMute
Nero-Hu Nov 21, 2024
ec05fe9
Merge branch 'release/rtc-ng/4.5.0-framework' of https://github.com/A…
Nero-Hu Nov 21, 2024
2b1cefe
RN/Electron: reorder dualstream and video transcoder
Nero-Hu Nov 21, 2024
9ba5dfb
RN/Electron: move toc_mediaplayer_cache
Nero-Hu Nov 21, 2024
07271cb
Update release_notes.dita
Suri539 Nov 21, 2024
4aab2fd
Merge branch 'release/rtc-ng/4.5.0-framework' of github.com:AgoraIO/a…
Suri539 Nov 21, 2024
9377afb
delete desc about android screen share in release
Suri539 Nov 21, 2024
44ec53e
restore xpr file
Suri539 Nov 25, 2024
f9c5aa3
Merge branch 'master' into release/rtc-ng/4.5.0-framework
Suri539 Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add proto
Suri539 committed Nov 18, 2024
commit 13491110ffe5e4138b9bcfcb174173f96bce9592
22 changes: 20 additions & 2 deletions dita/RTC-NG/API/class_snapshotconfig.dita
Original file line number Diff line number Diff line change
@@ -26,12 +26,30 @@
filePath?: string;
position?: VideoModulePosition;
}</codeblock>
<codeblock props="unity cs" outputclass="language-csharp"></codeblock>
<codeblock props="unity cs" outputclass="language-csharp">public class SnapshotConfig
{
public string filePath;

public VIDEO_MODULE_POSITION position;
}</codeblock>
<codeblock props="rn" outputclass="language-typescript">export class SnapshotConfig {
filePath?: string;
position?: VideoModulePosition;
}</codeblock>
<codeblock props="flutter" outputclass="language-dart"></codeblock>
<codeblock props="flutter" outputclass="language-dart">class SnapshotConfig {
const SnapshotConfig({this.filePath, this.position});

@JsonKey(name: 'filePath')
final String? filePath;

@JsonKey(name: 'position')
final VideoModulePosition? position;

factory SnapshotConfig.fromJson(Map&lt;String, dynamic> json) =>
_$SnapshotConfigFromJson(json);

Map&lt;String, dynamic> toJson() => _$SnapshotConfigToJson(this);
}</codeblock>
<codeblock props="reserve" outputclass="language-cpp"></codeblock></p>
</section>
<section id="parameters">