Package-level declarations

Functions

Link copied to clipboard
private fun createResponse(allRoutes: List<Route>, serverStatus: ServerStatusDomainModel.Running, serverConfiguration: ServerConfigurationDomainModel, scheme: String): ServerStatusRemoteResponseModel

Returns a response model containing the server status and its services. The services are determined by the routes registered in the application. The result response does not contain the root route.

Link copied to clipboard
internal fun Route.logRoute()

A route returning all phone call log entries.

Link copied to clipboard
internal fun Route.serverStatusRoute()

A route returning the server current status and its services.

Link copied to clipboard
internal fun Route.statusRoute()

A route returning the ongoing phone call or an HTTP 404 error if there is no ongoing phone call.