Skip to content

Commit

Permalink
Adapt interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed May 12, 2021
1 parent 8d38374 commit 0087780
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public boolean isServerShuttingDown() {
return appAdaptor.isServerShuttingDown();
}

public void startPublish(String streamName, long absoluteStartTimeMs) {
appAdaptor.startPublish(streamName,absoluteStartTimeMs);
public void startPublish(String streamName, long absoluteStartTimeMs, String publishType) {
appAdaptor.startPublish(streamName,absoluteStartTimeMs, publishType);
}
}

0 comments on commit 0087780

Please sign in to comment.