Skip to content

Commit

Permalink
x86
Browse files Browse the repository at this point in the history
  • Loading branch information
ddspwr committed Apr 9, 2019
1 parent ed19622 commit a8b8a38
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file modified libwebrtc/libs/armeabi-v7a/libjingle_peerconnection_so.so
Binary file not shown.
Binary file added libwebrtc/libs/x86/libjingle_peerconnection_so.so
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@ public void onCloseWithId(String userId) {
_remoteVideoViews.remove(userId);

wr_video_view.removeView(renderer);
int size = _remoteVideoTracks.size();


x = (width + 9) * (size % 3 + 1) + 9;
y = ((size + 1) / 3) * (height + 10) + 10;

});

Expand Down

0 comments on commit a8b8a38

Please sign in to comment.