fix bug
This commit is contained in:
@@ -128,7 +128,7 @@ public class TrafficLiveManager implements ILiveProgressListener {
|
||||
if (streamId != null && isLive) {
|
||||
Logger.i(TAG, "主播开始直播了");
|
||||
mStreamId = streamId;
|
||||
MoGoLiveManager.getInstance().startLive(mStreamId, surfaceView);
|
||||
MoGoLiveManager.getInstance().startLive(surfaceView);
|
||||
callBack.onLive();
|
||||
} else {
|
||||
Logger.i(TAG, "主播已离线");
|
||||
|
||||
Reference in New Issue
Block a user