SkillAgentSearch skills...

WebrtcAndroid

This is an Android Studio reference project for WebRTC based video and voice calling app.

Install / Use

/learn @iQuick/WebrtcAndroid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebrtcAndroid

This is an Android Studio reference project for WebRTC based video and voice calling app.

build

  • date:2022/02/09
  • version: branch-heads/4855

gn configuration is:

gn gen out/android/release/arm --args='is_debug=false target_os="android" target_cpu="arm" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true '
gn gen out/android/release/arm64 --args='is_debug=false target_os="android" target_cpu="arm64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true '
gn gen out/android/release/x64 --args='is_debug=false target_os="android" target_cpu="x64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true '
gn gen out/android/release/x86 --args='is_debug=false target_os="android" target_cpu="x86" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true  '
autoninja -C out/android/release/xxx sdk/android:libjingle_peerconnection_so
View on GitHub
GitHub Stars8
CategoryContent
Updated1y ago
Forks3

Languages

Java

Security Score

55/100

Audited on May 10, 2024

No findings