packages/oracle-runtime/src/plugins/index.ts (stub manifest)
Status: deferred
calls is exported from the package but is not in BUNDLED_PLUGINS, so nothing loads it. It contributes nothing, so there is nothing to enable either. The legacy apps/app codebase had a @Controller('calls') for LiveKit integration; the getNestModules API hook would technically unblock a real implementation. Deferred for now.
See the framework’s follow-ups for the rebuild plan.
Where to read next
Bundled plugins
The full bundled set.
Add HTTP endpoints
The hook a real
calls plugin would use.