openvidu-server: updated MediaNodeStatusManagerDummy

pull/494/head
pabloFuente 2020-06-01 02:05:23 +02:00
parent a8467fc868
commit 1983fc87fc
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ public class MediaNodeStatusManagerDummy implements MediaNodeStatusManager {
return false;
}
@Override
public boolean isCanceled(String mediaNodeId) {
return false;
}
@Override
public boolean isRunning(String mediaNodeId) {
return true;