package org.red5.app.sip; import org.red5.server.api.scope.IScope; public interface ScopeProvider { public IScope getScope(); }