Skip to content

Commit

Permalink
reset renderer initialization in close
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 13, 2023
1 parent 35a4cbb commit 10d1dc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,8 @@ public void closeInternal() {
PeerConnectionFactory.stopInternalTracingCapture();
PeerConnectionFactory.shutdownInternalTracer();
streamStarted = false;

renderersInitiated = false;

Check warning on line 2459 in webrtc-android-framework/src/main/java/io/antmedia/webrtcandroidframework/WebRTCClient.java

View check run for this annotation

Codecov / codecov/patch

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

Added line #L2459 was not covered by tests
}

public boolean isHDVideo() {
Expand Down

0 comments on commit 10d1dc8

Please sign in to comment.