mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: updated MediaNodeStatusManagerDummy
parent
a8467fc868
commit
1983fc87fc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue