Skip to content

Commit

Permalink
openvidu-server: MediaNodeStatusManager#isCanceled
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jun 1, 2020
1 parent 668c879 commit a8467fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ public interface MediaNodeStatusManager {

public boolean isLaunching(String mediaNodeId);

public boolean isCanceled(String mediaNodeId);

public boolean isRunning(String mediaNodeId);

public boolean isTerminating(String mediaNodeId);
Expand Down

0 comments on commit a8467fc

Please sign in to comment.