修复连麦下麦时会画面卡住的问题

This commit is contained in:
2023-01-11 11:34:15 +08:00
parent 9f9c02b7e7
commit eaafcdd444
2 changed files with 7 additions and 2 deletions

View File

@@ -338,6 +338,11 @@ public class LiveExoPlayerManager {
public void play() {
getNowPlayer().play();
}
public void replay(){
String tmp=url;
url=null;
startUrl(tmp);
}
public void clearFrame() {
mainView.setKeepContentOnPlayerReset(false);