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

fix unexpected re connection #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

USAMAWIZARD
Copy link
Contributor

@USAMAWIZARD USAMAWIZARD commented Jan 26, 2024

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.27%. Comparing base (488ce02) to head (6b8d8f6).

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
+ Coverage     16.03%   16.27%   +0.24%     
- Complexity      454      460       +6     
============================================
  Files           156      156              
  Lines         10579    10579              
  Branches       1145     1145              
============================================
+ Hits           1696     1722      +26     
+ Misses         8710     8679      -31     
- Partials        173      178       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

# Conflicts:
#	webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/core/WebRTCClient.java
#	webrtc-android-framework/src/test/java/io/antmedia/webrtcandroidframework/WebRTCClientTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re connection is triggered when two participants leave quickly one after another in Android SDK
2 participants