changed the interface of live and update version

This commit is contained in:
zhongchao
2021-04-01 17:10:28 +08:00
parent d4792ce2ac
commit 7804ceb06c
5 changed files with 13 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ public class LivePlayAndPushActivity extends BaseLiveActivity
}
@Override
public void onLive() {
public void onLive(String liveSn) {
Logger.d(TAG, "开始直播 onLive");
}