We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d20908 commit bc4a798Copy full SHA for bc4a798
2 files changed
Android/APIExample/app/build.gradle
@@ -36,7 +36,7 @@ android {
36
37
dependencies {
38
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
39
- implementation 'com.github.agorabuilder:agora-ffmpeg-player-preview:4.0.0'
+ implementation 'com.github.agorabuilder:agora-full-preview:4.0.0'
40
41
implementation 'androidx.appcompat:appcompat:1.1.0'
42
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
iOS/Podfile
@@ -7,7 +7,7 @@ target 'APIExample' do
7
pod 'AGEVideoLayout', '~> 1.0.2'
8
pod 'CocoaAsyncSocket', '7.6.5'
9
# pod 'AgoraNGSDK', :path => 'sdk'
10
- pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
+ pod 'AgoraRtcEngine_iOS_Preview', '4.0.0'
11
end
12
13
target 'Agora-ScreenShare-Extension' do
0 commit comments