-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add peer created callback #52
Conversation
This callback can be used to give more control to user for example if the user want to change somethings with the peerConnection object before the publishing has been started |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
============================================
+ Coverage 14.13% 14.22% +0.08%
- Complexity 333 336 +3
============================================
Files 155 155
Lines 10340 10339 -1
Branches 1138 1134 -4
============================================
+ Hits 1462 1471 +9
+ Misses 8711 8698 -13
- Partials 167 170 +3 ☔ View full report in Codecov by Sentry. |
# Conflicts: # webrtc-android-framework/src/test/java/io/antmedia/webrtcandroidframework/WebRTCClientTest.java # webrtc-android-framework/src/test/java/io/antmedia/webrtcandroidframework/api/DefaultConferenceWebRTCListenerTest.java
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
============================================
+ Coverage 15.62% 15.70% +0.08%
- Complexity 438 442 +4
============================================
Files 156 156
Lines 10537 10536 -1
Branches 1141 1137 -4
============================================
+ Hits 1646 1655 +9
+ Misses 8726 8713 -13
- Partials 165 168 +3 ☔ View full report in Codecov by Sentry. |
ant-media/Ant-Media-Server#5387