Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 209ca67

Browse files
authored
Merge pull request ant-media#22 from ant-media/refactorWebRTCClient
merge the PeerConnectionClient and WebRTCClient classes
2 parents a5dbd48 + c1dba8e commit 209ca67

File tree

8 files changed

+1799
-2837
lines changed

8 files changed

+1799
-2837
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webrtc-android-framework/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ dependencies {
7474
implementation 'androidx.annotation:annotation:1.5.0'
7575
testImplementation 'junit:junit:4.13.2'
7676
testImplementation 'org.mockito:mockito-core:1.10.19'
77-
testImplementation project(path: ':webrtc-android-framework')
7877
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
78+
testImplementation 'org.awaitility:awaitility:4.2.0'
7979
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
8080
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
81+
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
8182
}
8283

webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/WebRTCClient.java

Lines changed: 1549 additions & 384 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)